Skip to content

firmware list

arduino-fwuploader firmware list

List available firmwares

Synopsis

Displays the availale firmwares, is it possible to filter results for a specific board.

arduino-fwuploader firmware list [flags]

Examples

  arduino-fwuploader firmware list -b arduino:renesas_uno:unor4wifi

Options

  -b, --fqbn string   Filter result for the specified board FQBN
  -h, --help          help for list

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