반응형
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-with-pico.pdf
*Photo by Eric Prouzet on Unsplash
반응형
'RP2040 라즈베리파이 피코' 카테고리의 다른 글
디버그 프로브로 rp2040과 컴퓨터를 시리얼 통신 연결하기 (0) | 2025.01.13 |
---|---|
라즈베리파이 피코 디버그 프로브로 펌웨어 업로드하기 (0) | 2025.01.13 |
[RP2040 라즈베리파이 피코] C언어로 개발하기 - 프로젝트 생성 (0) | 2025.01.13 |