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

MicroPython • Re: Making Micropython run in a partition with RP2350

$
0
0
It's not going to work as things are by default -

Code:

   835 KB               701 KB               2560 KB .--------------------.--------------------.---------------------------------. | Pico 2W Firmware   | Unused             | Persistent File System          | `--------------------^--------------------^---------------------------------'
You can't create a second partition large enough to hold another copy of the MicroPython firmware.

If you do define a large enough partition to hold a second copy of MicroPython firmware it would corrupt any existing file system and the recreation of the file system would ultimately corrupt that second copy.

You will have to at least reduce the size of the file system to move its start address up in Flash.

Statistics: Posted by hippy — Fri Apr 25, 2025 3:56 pm



Viewing all articles
Browse latest Browse all 8374

Trending Articles