mirror of
https://github.com/Dasharo/dcu.git
synced 2026-06-13 19:16:13 -07:00
README.md: add info about fuse
Signed-off-by: Wiktor Mowinski <wiktor.mowinski@3mdeb.com>
This commit is contained in:
@@ -184,6 +184,16 @@ CpuThrottlingThreshold 0-255 (Actual supported values may vary)
|
||||
./dcu mac coreboot.rom --set "00:11:22:33:44:55"
|
||||
```
|
||||
|
||||
Changing logo on a fused platform requires adding more arguments to flashrom commands:
|
||||
- when obtaining the binary to be modifed, read only bios region
|
||||
```
|
||||
flashrom -p internal --ifd -i bios -r <dasharo_image>
|
||||
```
|
||||
- after changing the logo, write only bios region + add noverify-all
|
||||
```
|
||||
flashrom -p internal --ifd -i bios -w <dasharo_image> --noverify-all
|
||||
```
|
||||
|
||||
## Error codes
|
||||
|
||||
* 0 - no error
|
||||
|
||||
Reference in New Issue
Block a user