Skip to content
Closed
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
14 changes: 14 additions & 0 deletions docs/guides/logo-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down