Skip to content

firmware get-version

arduino-fwuploader firmware get-version

Gets the version of the firmware the board is using.

Synopsis

Flashes a sketch to a board to obtain the firmware version used by the board

arduino-fwuploader firmware get-version [flags]

Examples

  arduino-fwuploader firmware get-version --fqbn arduino:samd:mkrwifi1010 --address COM10
  arduino-fwuploader firmware get-version -b arduino:renesas_uno:unor4wifi -a COM10

Options

  -a, --address string   Upload port, e.g.: COM10, /dev/ttyACM0
  -b, --fqbn string      Fully Qualified Board Name, e.g.: arduino:samd:mkrwifi1010, arduino:mbed_nano:nanorp2040connect
  -h, --help             help for get-version

Options inherited from parent commands

  -F, --additional-fw-index stringArray         Additional firmwares index URLs (useful for testing purposes)
  -P, --additional-packages-index stringArray   Additional packages index URLs (useful for testing purposes)
      --format string                           The output format, can be {text|json}. (default "text")
      --log-file string                         Path to the file where logs will be written
      --log-format string                       The output format for the logs, can be {text|json}.
      --log-level string                        Messages with this level and above will be logged. Valid levels are: trace, debug, info, warn, error, fatal, panic (default "info")
  -v, --verbose                                 Print the logs on the standard output.

SEE ALSO