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:
parent
6e447aa8b2
commit
c9f86b05dd
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user