commit | 4ec1b7601772f676abc8fcb8c5dd675755597949 | [log] [tgz] |
---|---|---|
author | martamomotko <marta.momotko@raspberrypi.com> | Tue Sep 02 17:33:35 2025 +0100 |
committer | P33M <2474547+P33M@users.noreply.github.com> | Wed Sep 03 11:18:10 2025 +0100 |
tree | 9d4cbed71843ec4a2ddf9a4431ebbab370057f76 | |
parent | 466432c5eb8d3c4a70842833804996c15ed18c51 [diff] |
Update Pico 2 build instructions
diff --git a/README.md b/README.md index 32802b2..bfdb821 100644 --- a/README.md +++ b/README.md
@@ -57,7 +57,7 @@ ``` git submodule sync -git submodule update --init +git submodule update --init --recursive mkdir build-pico2 cd build-pico2 cmake -DDEBUG_ON_PICO=1 -DPICO_BOARD=pico2 -DPICO_PLATFORM=rp2350 ../