File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Install homebrew.
27
27
Launch the terminal an use homebrew to install the build tools
28
28
29
29
``` bash
30
+ brew install zstd
30
31
brew install cmake
31
- brew tap ArmMbed/homebrew-formulae
32
- brew install arm-none-eabi-gcc
32
+ brew install --cask gcc-arm-embedded
33
33
```
34
34
35
35
## Project Setup
@@ -73,6 +73,9 @@ cmake --build .
73
73
74
74
You now have ` main_app.elf ` to load via a debugger, or ` main_app.uf2 ` that can be installed and run on your Raspberry Pi Pico via drag and drop.
75
75
76
+ To upload via USB, hold down the BOOTSEL button while plugging it in. This will mount a device called RPI-RP2 to copy your UF2 file into. See
77
+ https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html for more detailed instructions on managing the device.
78
+
76
79
## Develop with VSCode
77
80
78
81
This is optional, but VSCode can be used to edit and build the project.
You can’t perform that action at this time.
0 commit comments