-
Notifications
You must be signed in to change notification settings - Fork 120
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
Support "reset" command for non BOOTSEL device with STDIO USB reset interface #13
Comments
IIRC that new USB vendor interface allows resetting to BOOTSEL or resetting to flash boot, so perhaps picotool should expose both those options? |
picotool already does |
I guess that must be only in the Graham-version? https://github.com/raspberrypi/picotool/commits/master |
the |
Ahh, I was getting confused by the already-existing-reboot (i.e. over PICOBOOT?) and the new-USB-vendor-reboot. |
And based on our internal discussions, I wonder if |
SDK 1.1.0 adds (optional) support for code exposing STDIO USB to be reset via another USB vendor interface. This obviously makes sense for the the "reset" command, though we should probably add a
-f, --force
or whatever option to make this happen.The text was updated successfully, but these errors were encountered: