We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aafa11 commit 8657c89Copy full SHA for 8657c89
build/readme.md
@@ -20,7 +20,7 @@ PORT_PATH="/mnt/d/Users/jef41/Documents/GitHub/micropython/ports/rp2" && \
20
cd "$BASE_DIR/build-RPI_PICO2_W" && \
21
cmake -DMICROPY_BOARD=RPI_PICO2_W \
22
-DMICROPY_FROZEN_MANIFEST=$BASE_DIR/manifest_RPI_PICO2_W.py \
23
- -DUSER_C_MODULES=$MODULES_PATH && \
+ -DUSER_C_MODULES=$MODULES_PATH \
24
-S $PORT_PATH && \
25
make -j$(nproc) && picotool info -a firmware.uf2
26
0 commit comments