일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- AVR
- 리눅스
- QEMU
- raspberrypi
- atmel
- GPIO
- Arduino
- Visual Studio
- BeagleBone
- Debugging
- AArch64
- USART
- Visual Studio Code
- buildroot
- 디버깅
- 아두이노
- Debug
- bare metal
- C++
- vscode
- 라즈베리파이
- platformio
- yocto
- STM32
- esp32
- Raspberry
- avr-gcc
- UART
- Linux
- nucleo
- Today
- Total
목록2025/03/27 (2)
임베디드를 좋아하는 조금 특이한 개발자?

1. 서론 모니터와 키보드가 없는 경우 리눅스 이미지를 실행하여도 접근할 방법이 없습니다. 그런 경우 UART를 통해 입출력을 간단히 해결할 수 있습니다. 2. 환경변수 추가 3. 이미지 빌드#poky 에서source oe-init-build-env build-rpibitbake core-image-base4. 라즈베리파이 UART 연결- 준비물https://www.devicemart.co.kr/goods/view?no=1164522&srsltid=AfmBOootU4Sqk_sGVGtZhpcfdWGn0iwyTfYKxOk7RgSqL_jU4KWsaZN0 USB to TTL Serial CablePL2303TA(PL2303HX) 칩셋을 이용한 USB to TTl 컨버터www.devicemart.co.kr ..

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..