mirror of
https://github.com/Dasharo/docs.git
synced 2026-06-13 10:16:57 -07:00
docs/guides/logo-customization.md: add warning
Signed-off-by: Wiktor Mowinski <wiktor.mowinski@3mdeb.com>
This commit is contained in:
@@ -19,6 +19,20 @@ designed to configure Dasharo binary images.
|
||||
./dcu logo <dasharo_image> -l <logo_file>
|
||||
```
|
||||
|
||||
Changing logo on a fused platform requires adding more arguments to flashrom commands:
|
||||
|
||||
- read only bios region
|
||||
|
||||
```bash
|
||||
flashrom -p internal --ifd -i bios -r <dasharo_image>
|
||||
```
|
||||
|
||||
- write only bios region + add noverify
|
||||
|
||||
```bash
|
||||
flashrom -p internal --ifd -i bios -w <dasharo_image> --noverify-all
|
||||
```
|
||||
|
||||
=== "Dasharo (coreboot + Heads)"
|
||||
|
||||
Logo customization is not supported as of now. To replace the logo,
|
||||
|
||||
Reference in New Issue
Block a user