Skip to content

Add firmware flash command #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jun 10, 2021
Merged

Add firmware flash command #53

merged 17 commits into from
Jun 10, 2021

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, [email protected], NINA, [email protected]

Example commands:

FirmwareUploader firmware flash --fqbn arduino:samd:mkr1000 --address COM10 --module [email protected]
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