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
25512551USB loader state *.
25522552This is useful to bootstrap a bootloader onto a device.
25532553This 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
25552558Binds 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
25802585BDIMXUSBDriver
25812586~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments