Skip to content

Commit f2d3cbb

Browse files
committed
doc/configuration: add verify to imxusbloader
Discribing what verify does and when it is needed to set to false. Signed-off-by: Fabian Pflug <[email protected]>
1 parent 2ed6ba7 commit f2d3cbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/configuration.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,9 @@ An :any:`IMXUSBDriver` is used to upload an image into a device in the *i.MX
25512551
USB loader state*.
25522552
This is useful to bootstrap a bootloader onto a device.
25532553
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.
25542557

25552558
Binds to:
25562559
loader:
@@ -2569,13 +2572,15 @@ Implements:
25692572
drivers:
25702573
IMXUSBDriver:
25712574
image: 'mybootloaderkey'
2575+
verify: True
25722576
25732577
images:
25742578
mybootloaderkey: 'path/to/mybootloader.img'
25752579
25762580
Arguments:
25772581
- image (str): optional, key in :ref:`images <labgrid-device-config-images>` containing the path
25782582
of an image to bootstrap onto the target
2583+
- verify (bool, default=True): optional, wether to verify the written image or not
25792584

25802585
BDIMXUSBDriver
25812586
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)