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

/etc/paths에 Directory 추가1. /etc/paths에 Driectory 추가 방법# root로 로그인sudo su echo >> /etc/paths앞으로 새로 터미널을 열면 PATH에 해당 Directory가 추가 된 것을 확인 할 수 있습니다.
Macbook tip
2025. 4. 1. 20:17

- 개발 환경개발 보드 : 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..
Embedded/Yocto Project
2025. 4. 1. 07:29