Replies: 4 comments 13 replies
-
If you're not too picky about how the board identifies, you can install the pre-built image for the Pico LiPo (16MiB). I've used this on the WeAct 16 MB boards, and it works as expected |
Beta Was this translation helpful? Give feedback.
-
If you've previously run 2MiB firmware on this board, this would have created a (2MiB) filesystem, then it's now going to be confused when it goes looking for a 16MiB one with the new firmware. As long as the filesystem is working, you can just put a new main.py there. |
Beta Was this translation helpful? Give feedback.
-
If MicroPython is flashed onto a pristine Pico that has never been flashed before, there will be no file called main.py. To the best of my knowledge this is the same for other RP2040 boards too. What exactly are you expecting to occur? Note that I don't use Thonny and I don't know if it automatically creates a main.py on a Pico. If you are having difficulties, there is an application called flash_nuke.uf2 that can be used to erase the content of the flash on RP2040 boards. |
Beta Was this translation helpful? Give feedback.
-
For reference, there is a board definition for the WeAct Studio boards (of which 'Wavgat' is one of the popular manufacturers). It's likely (almost certain?) that this definition will suit your board. We've added board variants to allow 2/4/8/16MB builds for that board definition (see that link above on how to select the variants). However, right now, the download manager still needs a change to build board variants for the rp2 port. But you're in luck! The default variant is 16MB so you should be able to use the WeAct Studio pre-built firmware. (After following all the other advice here about resetting the filesystem.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I got a Pico-variant that has 16MB instead of the standard 2MB. So I duplicated the standard Pico folder and header file, made the changes and compiled a new uf2. It works fine, but the main.py file does not show up like with the standard Pico firmware. I'm not sure what is wrong. My firmware uf2 is the same size as the standard Pico one.
Beta Was this translation helpful? Give feedback.
All reactions