라즈베리파이 피코2 라즈베리파이 피코 디버그 프로브로 펌웨어 업로드하기 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 2025. 1. 13. macOS에 Pico 툴체인과 Pico SDK 설치하기 Toolchain$ brew install cmake$ brew tap ArmMbed/homebrew-formulae$ brew install arm-none-eabi-gcc SDK$ git clone https://github.com/raspberrypi/pico-sdk.git --branch master$ cd pico-sdk$ git submodule update --init$ cd ..$ git clone https://github.com/raspberrypi/pico-examples.git --branch master$ export PICO_SDK_PATH="$HOME/.../pico-sdk" https://datasheets.raspberrypi.com/pico/getting-started.. 2025. 1. 13. 이전 1 다음 반응형