File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2551,6 +2551,9 @@ An :any:`IMXUSBDriver` is used to upload an image into a device in the *i.MX
2551
2551
USB loader state *.
2552
2552
This is useful to bootstrap a bootloader onto a device.
2553
2553
This driver uses the ``imx-usb-loader `` tool from barebox.
2554
+ If your device has the ``SDP_READ_DISABLE `` fuse burnt, then reading back data
2555
+ over USB is not possible anymore, which means, that the verification of the
2556
+ image is not possible anymore. Set ``verify `` to False in this case.
2554
2557
2555
2558
Binds to:
2556
2559
loader:
@@ -2569,13 +2572,15 @@ Implements:
2569
2572
drivers :
2570
2573
IMXUSBDriver :
2571
2574
image : ' mybootloaderkey'
2575
+ verify : True
2572
2576
2573
2577
images :
2574
2578
mybootloaderkey : ' path/to/mybootloader.img'
2575
2579
2576
2580
Arguments:
2577
2581
- image (str): optional, key in :ref: `images <labgrid-device-config-images >` containing the path
2578
2582
of an image to bootstrap onto the target
2583
+ - verify (bool, default=True): optional, wether to verify the written image or not
2579
2584
2580
2585
BDIMXUSBDriver
2581
2586
~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments