1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

flashing: fixing vexpress flashing

This commit is contained in:
Sergei Trofimov 2015-09-07 17:56:05 +01:00
parent 6e447aa8b2
commit c9f86b05dd

View File

@ -168,7 +168,7 @@ class VersatileExpressFlasher(Flasher):
self.deploy_images(device, image_bundle, images) self.deploy_images(device, image_bundle, images)
self.logger.debug('Resetting the device.') self.logger.debug('Resetting the device.')
device.hard_reset(target) device.hard_reset()
with open_serial_connection(port=device.port, with open_serial_connection(port=device.port,
baudrate=device.baudrate, baudrate=device.baudrate,