-
Notifications
You must be signed in to change notification settings - Fork 844
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
Encrypted bootloader example does not work with stdio over USB #584
Comments
ping @will-v-pi |
This should be fixed when using picotool 2.1.0 (which is used by SDK 2.1.0) - see #558 and raspberrypi/picotool#150 Could you try this with SDK & picotool 2.1.0 and see if you still have this issue? |
Thank you for the suggestion. I did try it, but I do not see any change on the output of the USB. |
Version of picotool:
|
It looks as though interrupts are not working when running from SRAM.
|
The bootloader/encrypted example works as expected when compiling it as is, data is transferred via uart. But when stdio is enabled for USB, there is only output when the enc_bootloader is run, not the final program.
Adding
pico_enable_stdio_usb(hello_serial_enc 1)
to the CMakeLists.txt does not render any output via USB.The text was updated successfully, but these errors were encountered: