Skip to content

Commit fb5dcd7

Browse files
committed
add readme
1 parent 2298ce8 commit fb5dcd7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Arduino Flasher CLI
2+
3+
A tool to download and flash Debian images on the board.
4+
5+
## Docs
6+
7+
For a full guide on how to use it, see the [User documentation](https://docs.arduino.cc/tutorials/uno-q/update-image/).
8+
9+
## Build and test it locally
10+
11+
Build it with `task build` and run:
12+
13+
```sh
14+
# Flash the latest release of the Debian image
15+
./build/arduino-flasher-cli flash latest
16+
17+
# Flash a local image. It works with either an archived or extracted image
18+
./build/arduino-flasher-cli flash path/to/downloaded/image
19+
```

0 commit comments

Comments
 (0)