pico-setup
pico-setup copied to clipboard
CMake can't find picotool
I have recently (2/6/2025) run the pico_setup.sh script to install the pico-sdk &c on a Raspberry Pi 4B. When I (following the instructions in getting-started-with-pico.pdf) I use the command line to build the "blink" application, CMake informs me that it cannot find picotool and will, therefore, download and build it from source. Executing 'which picotool' returns '/usr/local/bin/picotool' Executing 'picotool version' returns 'picotool v2.1.0 (Linux, GNU-12.2.0)'
ping @will-v-pi
I have a PR to fix this in pico_setup.sh - https://github.com/raspberrypi/pico-setup/pull/43
#43 has now been merged, so closing this.