Installation
Install¶
You can download the Arduino Firmware Uploader directly from the GitHub release page:
https://github.com/arduino/arduino-fwuploader/releases/latest
How to build the tools from source file¶
To build we use task for simplicity. From the sources root directory run:
task dist:<OS>_<ARCH>
Where macOS
,Windows
,Linux
. And 32bit
, 64bit
, ARMv6
, ARMv7
or ARM64
This will create the arduino-fwuploader
executable.