Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4953

MicroPython • Re: Is regular Pi Pico bricking normal?

$
0
0
There is a tutorial: https://learn.adafruit.com/circuitpytho ... e/overview
Safe mode prevents boot.py and code.py from running until you exit safe mode. It also enables running a special file called safemode.py that can exit safe mode automatically.

There are multiple possible causes for safe mode:

An unexpected software error occurred, possibly due to a bug in CircuitPython or underlying software that it uses.
A hardware failure occurred.
The power dipped to too low a voltage.
There is an error in boot.py or safemode.py.
Some CircuitPython code deliberately entered safe mode.
You pressed one or more buttons to enter safe mode manually. You may want to do this if boot.py or code.py are doing something you cannot recover from, such as restarting over and over, or setting CIRCUITPY to be read-only.
And look at their supported RP2350 boards: https://circuitpython.org/downloads?q=rp2350
Compare with MicroPython: https://micropython.org/download/?mcu=rp2350

Statistics: Posted by gmx — Wed Jan 15, 2025 11:51 pm



Viewing all articles
Browse latest Browse all 4953

Trending Articles