From 283bd52b42fa385e331e0baa7758bf80a308f941 Mon Sep 17 00:00:00 2001 From: Wiktor Mowinski Date: Fri, 13 Feb 2026 14:54:05 +0100 Subject: [PATCH] README.md: add info about fuse Signed-off-by: Wiktor Mowinski --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c6b72c7..f709b8d 100644 --- a/README.md +++ b/README.md @@ -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 +``` +- after changing the logo, write only bios region + add noverify-all +``` + flashrom -p internal --ifd -i bios -w --noverify-all +``` + ## Error codes * 0 - no error