acassis commented on issue #13566: URL: https://github.com/apache/nuttx/issues/13566#issuecomment-2365298527
I found the solution here: https://forums.raspberrypi.com/viewtopic.php?t=358951 ``` cd ~/pico sudo apt install libusb-1.0-0-dev git clone https://github.com/raspberrypi/picotool.git cd picotool mkdir build cd build cmake .. make sudo ln -s ~/pico/picotool/build/picotool /usr/local/bin/picotool ``` Note: using the pico-sdk branch 1.1.2 is failing on Ubuntu 24.10: ``` make[1]: *** No rule to make target '/home/alan/pico-sdk/src/rp2040/boot_stage2/boot2_w25q080.S', needed by 'rp2040_boot_stage2.elf'. Stop. make: *** [tools/Unix.mk:548: nuttx] Error 2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
