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

MicroPython • Making Micropython run in a partition with RP2350

$
0
0
Hello,

I am new on the forum.

I am a developper trying to do an ambitious task : I would like to use a Bootloader on RP2350 and load successive versions of micropython into A/B partitions.
I am working on PICO_2W board with a custom version of micropython based on v1.25.0-preview.393.gf1018ee5c)
I already have developped the BootLoader and the partition table (2 partitions of 1.9MBytes + small room for the Bootloader) and it is working well : i am able to successively download (UF2 Drag & Drop mode) small C applications that i wrote (basically PICO2_W board LED blinking with several speeds) and everything works well.
My problem is when i try to download a micropython image (whatever if it is my custom version or an offical 1.25 one), the micropython doesn't boot ....
On the other hand, if i download the same micropython image in "absolute" mode (without partition & BootLoader), it works well. The problem seems to combine Micropython & BootLoader / Partition Table ...

Does anybody see what the problem could be ? Any idea of direction where i could investigate ?

Thanks in advance to any Micropython expert that could help me for this :-)

Best Regards

Thanos

Statistics: Posted by Thanos13 — Fri Apr 25, 2025 1:17 pm — Replies 3 — Views 90



Viewing all articles
Browse latest Browse all 7503

Trending Articles