iot-lab / ssh-cli-tools

A set of tools for managing IoT-Lab A8 nodes from the command line
Other
0 stars 6 forks source link

Add support for flashing .bin firmwares #49

Closed aabadie closed 3 years ago

aabadie commented 3 years ago

I just realized that flashing a .bin firmware on the A8-M3 doesn't work. The flashing tool on the A8 requires the --bin option to be set in this case.

This PR modifies the iotlab-ssh flash command to correctly handle that case.