How to build MicroPython for Pico (rp2)?

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
User avatar
ta1db
Posts: 53
Joined: Mon Sep 02, 2019 12:05 pm
Contact:

Re: How to build MicroPython for Pico (rp2)?

Post by ta1db » Thu Jan 26, 2023 10:26 am

st42 wrote:
Thu Mar 04, 2021 4:10 am
The instructions for building micropython from source is in https://datasheets.raspberrypi.org/pico ... on-sdk.pdf
Hi,

"make BOARD=<BOARD_ID> submodules" required just before the final "make"
like
....
$ make BOARD=PICO submodules
$ make

Note: for PICO_W look Appendix A at page 27 https://datasheets.raspberrypi.com/pico ... pico-w.pdf

Post Reply