-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It seems that either dcuc or dcu doesn't properly treat paths relative to current directory. This doesn't work and produces error about wrong sub-command:
(venv) [khebel@3M05 dcu]$ ./dcuc variable ./msi_ms7d25_v1.1.3_ddr4.rom --set SerialRedirection --value Enabled
Unknown sub-command: msi_ms7d25_v1.1.3_ddr4.rom
Usage: smmstoretool smm-store-file|rom sub-command
smmstoretool -h|--help
Sub-commands:
* get - display current value of a variable
* guids - show GUID to alias mapping
* help - provide built-in help
* list - list variables present in the store
* remove - remove a variable from the store
* set - add or updates a variable in the storeThis works fine:
(venv) [khebel@3M05 dcu]$ ./dcuc variable msi_ms7d25_v1.1.3_ddr4.rom --set SerialRedirection --value Enabled
No firmware volume header present
No valid firmware volume was found
The variable store has not been found in the ROM image
and is about to be initialized. This situation is normal
for a release image, as the variable store is usually
initialized on the first boot of the platform.
Successfully created variable store in "msi_ms7d25_v1.1.3_ddr4.rom"
Successfully set variable SerialRedirection in the variable store.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels