Replies: 3 comments 7 replies
-
mpremote can often break out of a stuck boot.py, with a combination of As a last resort, raspberrypi/picotool can download the flash contents as a UF2 if the Raspberry Pi Pico is in bootloader mode. There are tools to recover the contents of the filesystem from a uf2 so you can get your programs back |
Beta Was this translation helpful? Give feedback.
-
I just ran into the problem again!!! This time, no socket reading, I had a input() statement to get the password of the wifi connection. I hit Ctrl-C, as I forgot something, and it froze again :o( No access anymore. Is it not possible to use input() in boot.py? |
Beta Was this translation helpful? Give feedback.
-
So, I need to put it in a module imported by boot.py? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
During my multicast tests, I set up an automatic boot sequence, launching the socket and waiting for data.
But now, my RPi Pico W does not response anymore to mp-shell :o(
I don't even see any activity from my machine kernel when I plug it (unless I go into bootloader mode, so the card is not dead).
I would like to avoid to clear averything and start from scratch; is there a way to access the flash and change the boot.py script?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions