Skip to content

Building MicroPython for Pico W #9627

Discussion options

You must be logged in to vote

Why so complicated? I use make -j 16 BOARD=PICO_W inside the port directory of rp2 and esp32.
Sometimes make submodules is required, to get the new dependencies.

If the current working directory is micropython, then you can also use make from there:

make -C mpy-cross/ -j 16
make -C ports/rp2 BOARD=PICO_W clean
make -C ports/rp2 BOARD=PICO_W submodules
make -C ports/rp2 BOARD=PICO_W -j 16

Then ports/rp2/build-PICO_W is created. There you can find the firmware.uf2

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@shabaz123
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by shabaz123
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants