We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2298ce8 commit fb5dcd7Copy full SHA for fb5dcd7
README.md
@@ -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