python a2zflasher.py flash --device <device_id> --firmware <firmware_image>
def flash(self, device_id, firmware_image): # Flash the device with the firmware image device = self.devices[device_id] # ... a2zflasher
python a2zflasher.py flash --device <device_id> --firmware <firmware_image>
def flash(self, device_id, firmware_image): # Flash the device with the firmware image device = self.devices[device_id] # ...
Write a new comment