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

RP235x (Pico 2) : Allow forced reboots through picotool in order to avoid to unplug Pico #3726

Open
Athorus opened this issue Jan 5, 2025 · 0 comments

Comments

@Athorus
Copy link

Athorus commented Jan 5, 2025

Hello,

picotool allows to force a reboot of its pico2, even if it is not in BOOTSEL mode, but the running code has to be "compatible" with this feature : stdio_init_all() & pico_enable_stdio_usb( 1) has to be enabled as documented in the link below.

https://github.com/raspberrypi/picotool?tab=readme-ov-file#forced-reboots

I don’t know how to translate this information into our Embassy world, maybe I could do it myself in my application code. I need this feature in order to avoid to unplug/plug my pico.

Thanks,
David.

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