Skip to content

Commit

Permalink
Updated README.md regarding preventing the 0 bytes issue during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ila-w authored Oct 4, 2024
1 parent 542aed2 commit 8dc7ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ You must have Python 3.9+ to build this repo. You can check with `python3 --vers
```sh
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=$VIRTUAL_ENV/bin sh
```
1. Install the arduino-cli-wrapper
6. Install the arduino-cli-wrapper
```sh
pip install arduino-cli-cmake-wrapper
```
1. Install the RP2040 board
7. Install the RP2040 board
```sh
arduino-cli config init
```
```sh
arduino-cli config add board_manager.additional_urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
```
```sh
arduino-cli core install rp2040:rp2040
arduino-cli core install rp2040:rp2040@3.9.5
```
1. Install additional arduino-cli dependencies:
8. Install additional arduino-cli dependencies:
```sh
arduino-cli lib install Time
```
Expand Down

0 comments on commit 8dc7ee5

Please sign in to comment.