일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- Raspberry
- platformio
- USART
- STM32
- AArch64
- Arduino
- 리눅스
- UART
- Linux
- Debug
- QEMU
- avr-gcc
- nucleo
- raspberrypi
- GPIO
- 디버깅
- BeagleBone
- yocto
- AVR
- Debugging
- buildroot
- atmel
- C++
- 아두이노
- vscode
- bare metal
- Visual Studio
- 라즈베리파이
- esp32
- Visual Studio Code
- Today
- Total
목록Raspberry (5)
임베디드를 좋아하는 조금 특이한 개발자?

- 개발 환경개발 보드 : Raspberrypi 4WSL2 (Ubuntu 22.04 LTS)toolchain : aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0- 선행 포스트https://littlebitodd-developer.tistory.com/60 [RaspberryPI4] Bare metal에서 Assembly 언어로 GPIO 제어- 개발 환경개발 보드 : Raspberrypi 4WSL2 (Ubuntu 22.04 LTS)toolchain : aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0- 참고 자료- 라즈베리파이 보드에 대한 설명 및 부팅 순서에 대한 소개https://www...

- 개발 환경개발 보드 : Raspberrypi 4WSL2 (Ubuntu 22.04 LTS)toolchain : aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0- 참고 자료- 라즈베리파이 보드에 대한 설명 및 부팅 순서에 대한 소개https://www.raspberrypi.com/documentation/computers/raspberry-pi.html- 라즈베리파이4에 사용된 프로세스에 대한 설명https://www.raspberrypi.com/documentation/computers/processors.html#bcm2711- 라즈베리파이을 위한 Linux kernel 빌드 방법 소개https://www.raspberrypi.com/docu..

1. 서론 라즈베리파이를 사용할때 가장 불편한 점이 바로 디스플레이라고 생각합니다. 물론 지금은 SSH를 사용하여 디스플레이 없이도 충분히 사용가능하지만, 리눅스에 익숙하지 않은 분들은 SSH를 사용하기 힘들고 불편합니다. 그리고 디스플레이가 필요한 프로젝트에서는 반드시 디스플레이가 필요합니다. 하지만 한국에서는 소형 디스플레이를 파는 곳을 발견하기 힘들고, 발견하더라도 너무 비쌉니다(공식 7인치 디스플레이가 11만원;;). 그렇기에 알리 익스프레이스에서 관련 제품을 찾던 중 저에게 딱 맞는 디스플레이를 발견하여 주문하였습니다. 2. 7인치 터치 IPS 디스플레이https://ko.aliexpress.com/item/1005007432461342.html?spm=a2g0o.order_list.orde..

- 개발 환경개발 보드 : Raspberrypi 4WSL2 (Ubuntu 22.04 LTS)Yocto Project : Scarthgap0. 사전 작업 (리눅스 이미지 빌드)https://littlebitodd-developer.tistory.com/27 [Yocto Project] RaspberryPI4를 위한 리눅스 이미지 빌드1. 개발 환경WSL2 (Ubuntu 22.04 LTS)개발 보드 : Raspberrypi 4 2. 필요 패키지 설치sudo apt install build-essential chrpath cpio debianutils diffstat file gawk gcc git iputils-ping libacl1 liblz4-tool locales python3 python3-git p..

1. 개발 환경WSL2 (Ubuntu 22.04 LTS)개발 보드 : Raspberrypi 4 2. 필요 패키지 설치sudo apt install build-essential chrpath cpio debianutils diffstat file gawk gcc git iputils-ping libacl1 liblz4-tool locales python3 python3-git python3-jinja2 python3-pexpect python3-pip python3-subunit socat texinfo unzip wget xz-utils zstd 3. Poky 코드 준비git clone git://git.yoctoproject.org/pokycd pokygit checkout scarthgap 저는 Sc..