Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- read only bios region
```
flashrom -p internal --ifd -i bios -r <dasharo_image>
```
- write only bios region + add noverify
```
flashrom -p internal --ifd -i bios -w <dasharo_image> --noverify-all
```

## Error codes

* 0 - no error
Expand Down