반응형
https://youtu.be/4RCZBZsfsek?si=qLC21VyzBPIHQ3DE
1. OpenOCD 설치
$ brew install open-ocd
2. 디버그 프로브를 맥 컴퓨터 USB포트에 연결
3. 펌웨어 파일 업로드
sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "adapter speed 5000" -c "program 파일명.elf verify reset exit"
* Photo by Nubelson Fernandes on Unsplash
반응형
'RP2040 라즈베리파이 피코' 카테고리의 다른 글
디버그 프로브로 rp2040과 컴퓨터를 시리얼 통신 연결하기 (0) | 2025.01.13 |
---|---|
macOS에 Pico 툴체인과 Pico SDK 설치하기 (0) | 2025.01.13 |
[RP2040 라즈베리파이 피코] C언어로 개발하기 - 프로젝트 생성 (0) | 2025.01.13 |