We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b61bf55 + 9288213 commit 86c8b1cCopy full SHA for 86c8b1c
1 file changed
doc/configuration.rst
@@ -2493,15 +2493,15 @@ Implements:
2493
drivers:
2494
UUUDriver:
2495
image: 'mybootloaderkey'
2496
- cmd: 'spl'
+ script: 'spl'
2497
2498
images:
2499
mybootloaderkey: 'path/to/mybootloader.img'
2500
2501
Arguments:
2502
- image (str): optional, key in :ref:`images <labgrid-device-config-images>` containing the path
2503
of an image to bootstrap onto the target
2504
- - script (str): run built-in script with ``uuu -b``, called with image as arg0
+ - script (str): optional, run built-in script with ``uuu -b``, called with image as arg0
2505
2506
USBStorageDriver
2507
~~~~~~~~~~~~~~~~
0 commit comments