Page 2 of 2

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

Posted: Thu Jan 26, 2023 10:26 am
by ta1db
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