You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: