본문 바로가기
RP2040 라즈베리파이 피코

macOS에 Pico 툴체인과 Pico SDK 설치하기

by 천재개발자 2025. 1. 13.
반응형

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  

반응형