Skip to content

Conversation

silvanocerza
Copy link
Contributor

@silvanocerza silvanocerza commented Jun 10, 2021

firmware flash command is used to flash the latest or the specified version of a certain firmware to the specified board connected on the specified address.

It supports three flags:

  • --fqbn, -b, Fully Qualified Board Name, e.g.: arduino:samd:mkr1000, arduino:mbed_nano:nanorp2040connect
  • --address, -a, Upload port, e.g.: COM10, /dev/ttyACM0
  • --module, -m, Firmware module ID, e.g.: WINC1500, WINC1500@19.5.4, NINA, NINA@1.1.0

Example commands:

FirmwareUploader firmware flash --fqbn arduino:samd:mkr1000 --address COM10 --module WINC1500@19.5.2
FirmwareUploader firmware flash -b arduino:samd:mkr1000 -a COM10 -m WINC15000
FirmwareUploader firmware flash -b arduino:samd:mkr1000 -a COM10

@silvanocerza silvanocerza added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Jun 10, 2021
@silvanocerza silvanocerza requested a review from a team June 10, 2021 15:18
@silvanocerza silvanocerza self-assigned this Jun 10, 2021
@silvanocerza silvanocerza merged commit 625b338 into main Jun 10, 2021
@silvanocerza silvanocerza deleted the scerza/flasher branch June 10, 2021 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants