diff --git a/docs/guides/logo-customization.md b/docs/guides/logo-customization.md index 359ad11ad8..2927604f49 100644 --- a/docs/guides/logo-customization.md +++ b/docs/guides/logo-customization.md @@ -19,6 +19,20 @@ designed to configure Dasharo binary images. ./dcu logo -l ``` + 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 + ``` + + - write only bios region + add noverify + + ```bash + flashrom -p internal --ifd -i bios -w --noverify-all + ``` + === "Dasharo (coreboot + Heads)" Logo customization is not supported as of now. To replace the logo,