You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for dpcmd (DediProg command-line tool) alongside flashrom
and flashprog. Each tool now has tool-specific command-line generation
to handle their different CLI syntax (dpcmd uses -u for write instead
of -w, and auto-detects hardware).
BREAKING CHANGE: Flash module removed default tool. Users must now
explicitly configure the tool option in their flash module configuration.
Signed-off-by: llogen <christoph.lange@blindspot.software>
|programmer | string |Name of the flasher hardware, that is used by the _dutagent_ and attached to the DUT's SPI flash. |
27
-
|tool | string |Path to the flasher tool binary on the _dutagent_. Defaults to `/bin/flashrom` if not specified. Supported: flashrom, flashprog. |
26
+
|tool | string |Path to the flasher tool binary on the _dutagent_. Supported: flashrom, flashprog, dpcmd. |
27
+
|programmer | string |Specifics of the flasher hardware. For flashrom/flashprog: programmer name (e.g., "dediprog"). For dpcmd: (Optional) USB device number. Required for flashrom/flashprog, optional for dpcmd. See the respective flash-tool documentation for supported values. |
0 commit comments