Skip to content

Commit

Permalink
Merge pull request #1371 from a3f/afa/fix-uuudriver-docs
Browse files Browse the repository at this point in the history
doc/configuration: UUUDriver: align example with reality
  • Loading branch information
Bastian-Krause authored Apr 25, 2024
2 parents b61bf55 + 9288213 commit 86c8b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2493,15 +2493,15 @@ Implements:
drivers:
UUUDriver:
image: 'mybootloaderkey'
cmd: 'spl'
script: 'spl'
images:
mybootloaderkey: 'path/to/mybootloader.img'
Arguments:
- image (str): optional, key in :ref:`images <labgrid-device-config-images>` containing the path
of an image to bootstrap onto the target
- 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

USBStorageDriver
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 86c8b1c

Please sign in to comment.