Skip to content

CLI tool to flash UNO Q boards with the latest Arduino Linux image

License

Notifications You must be signed in to change notification settings

arduino/arduino-flasher-cli

Repository files navigation

Arduino Flasher CLI

A tool to download and flash Debian images on the board.

Docs

For a full guide on how to use it, see the User documentation.

Build and test it locally

Build it with task build and run:

# Flash the latest release of the Debian image
./build/arduino-flasher-cli flash latest

# Flash a local image. It works with either an archived or extracted image
./build/arduino-flasher-cli flash path/to/downloaded/image

Update QDL version

flasher-cli embeds a statically builded qdl binary taken from the https://github.com/arduino/qdl-packing repo. To update the qdl version you need to:

  1. Make sure the qdl-packing repo has the desired version of qdl (check the release page here) if not, create a PR to update it.

  2. Update the TAG variable in script internal/artifacts/download_resources.sh to the desired version.

  3. Test that everything works by running task clean build and testing the resulting binary.

  4. Create a new release of flasher-cli, the build process will automatically download and embed the new qdl binary.

About

CLI tool to flash UNO Q boards with the latest Arduino Linux image

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7