Firmware for RP2040 Zero

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
etolocka
Posts: 13
Joined: Mon Dec 28, 2020 7:07 pm

Firmware for RP2040 Zero

Post by etolocka » Wed Jun 22, 2022 8:37 pm

Hello!

What is the most appropriate firmware to program a RP2040 Zero board?

https://www.waveshare.com/wiki/RP2040-Zero

Maybe the PIMORONI TINY2040 which also has 2 MB of Flash, or the RASPBERRY PICO firmware?

Is there any difference between them?

Thankfully,
Ernesto.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Firmware for RP2040 Zero

Post by jimmo » Thu Jun 23, 2022 3:58 am

etolocka wrote:
Wed Jun 22, 2022 8:37 pm
What is the most appropriate firmware to program a RP2040 Zero board?
Ideally a board definition should be written, but yeah like you say, any firmware for a board with 2MiB flash will work, including the two you mentioned.

etolocka
Posts: 13
Joined: Mon Dec 28, 2020 7:07 pm

Re: Firmware for RP2040 Zero

Post by etolocka » Thu Jun 23, 2022 1:51 pm

Thank you!

I'm using the PICO firmware and works OK.

Regards,
Ernesto.

Post Reply