From c9f86b05dd521431c479aad9a7a5a5bf5ce5b435 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Mon, 7 Sep 2015 17:56:05 +0100 Subject: [PATCH] flashing: fixing vexpress flashing --- wlauto/modules/flashing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/modules/flashing.py b/wlauto/modules/flashing.py index 45332dd6..f7272b39 100644 --- a/wlauto/modules/flashing.py +++ b/wlauto/modules/flashing.py @@ -168,7 +168,7 @@ class VersatileExpressFlasher(Flasher): self.deploy_images(device, image_bundle, images) self.logger.debug('Resetting the device.') - device.hard_reset(target) + device.hard_reset() with open_serial_connection(port=device.port, baudrate=device.baudrate,