Skip to content

Commit 5298688

Browse files
authored
Merge pull request #1 from wdiederi/readme-update
Update README
2 parents 147a89b + 6a8d36e commit 5298688

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Install homebrew.
2727
Launch the terminal an use homebrew to install the build tools
2828

2929
```bash
30+
brew install zstd
3031
brew install cmake
31-
brew tap ArmMbed/homebrew-formulae
32-
brew install arm-none-eabi-gcc
32+
brew install --cask gcc-arm-embedded
3333
```
3434

3535
## Project Setup
@@ -73,6 +73,9 @@ cmake --build .
7373

7474
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.
7575

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+
7679
## Develop with VSCode
7780

7881
This is optional, but VSCode can be used to edit and build the project.

0 commit comments

Comments
 (0)