Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8013

SDK • Re: Developing with both pico-sdk and pimoroni-pico

$
0
0
In my '~/.bashrc' I have -

Code:

export PICO_SDK_PATH=/home/${USER}/pico/pico-sdkexport PICO_EXAMPLES_PATH=/home/${USER}/pico/pico-examplesexport PICO_EXTRAS_PATH=/home/${USER}/pico/pico-extrasexport PICO_PLAYGROUND_PATH=/home/${USER}/pico/pico-playground
You can check that has worked for your username (mine is "pi") using -

Code:

pi@Pi4B:~ $ env | grep "PICO"PICO_EXTRAS_PATH=/home/pi/pico/pico-extrasPICO_SDK_PATH=/home/pi/pico/pico-sdkPICO_PLAYGROUND_PATH=/home/pi/pico/pico-playgroundPICO_EXAMPLES_PATH=/home/pi/pico/pico-examples
You will have to adjust '/pico/' if that's not where you have installed things, will have to decide if you want the default Raspberry Pi Pico SDK or PImoroni's.

Statistics: Posted by hippy — Sun Jul 27, 2025 3:34 pm



Viewing all articles
Browse latest Browse all 8013

Trending Articles