Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raspberry pi pico bootsel mode unable #180

Open
heyitsmeyo opened this issue Nov 21, 2024 · 0 comments
Open

raspberry pi pico bootsel mode unable #180

heyitsmeyo opened this issue Nov 21, 2024 · 0 comments

Comments

@heyitsmeyo
Copy link

Hello github people , i wanna put some attention on a problem that i m sure a lot of people here already faced when trying to enable bootsel mode on the rpi pico using picotool :

No accessible RP2040 devices in BOOTSEL mode were found.

but:

Device at bus 3, address 12 appears to be a RP2040 device in BOOTSEL mode, but
picotool was unable to connect.

I fortunately tried to make pico sdk project that can solve this issue :

https://github.com/heyitsmeyo/rpi-pico-2040bootselmode

use this command :

sudo picotool load bootloader_reset.uf2 --bus --address

-f

I hope it works !

Just a tip , whenever you work on pico sdk projects , make sure you include the stdio_usb.h library in your c file

and on your CMakeLists.txt : pico_enable_stdio_usb( 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant