-
Now that the PICO has been configure to "try" to connect to the WIFI network. And, now that it is hanging in the process. Is there a way to erase the configuration (make it forget about the WIFI credentials)? Or, is there a way to stop it from "trying" to access the WIFI and subsequently locking up? I have tried to re-program the PICO. But I think the previous configuration is still causing the newly programmed PICO to "try" to connect to the WIFI, failing and locking up. The CLI appears to be unresponsive. As if the PICO is stuck booting up. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
... I can answer my own "bricked PICO" problem above. To erase the programming and any configuration data (not the boot loader) one can load in the flash_nuke.uf2 file onto a PICO. I found the file here: https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#resetting-flash-memory |
Beta Was this translation helpful? Give feedback.
... I can answer my own "bricked PICO" problem above. To erase the programming and any configuration data (not the boot loader) one can load in the flash_nuke.uf2 file onto a PICO. I found the file here: https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#resetting-flash-memory