From 74e6803e9a76ca37047670f7aaf51c9d2ab59c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Mon, 14 Oct 2024 10:20:44 +0200 Subject: [PATCH] docs/variants/dell_optiplex/initial-deployment.md: Fix whitespaces and typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski --- docs/variants/dell_optiplex/initial-deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/variants/dell_optiplex/initial-deployment.md b/docs/variants/dell_optiplex/initial-deployment.md index 80dbdf6d2d..367b22f0fd 100644 --- a/docs/variants/dell_optiplex/initial-deployment.md +++ b/docs/variants/dell_optiplex/initial-deployment.md @@ -123,7 +123,7 @@ extracted UEFI image file, hidden under an unassuming name such as blobs from this image using `uefi-firmware-parser`: ```bash - uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O +uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O ``` Congratulations, you should now have access to the BIOS ACM and EC firmware @@ -153,14 +153,14 @@ raw binary, to which I will refer as `coreboot.rom`. It is assumed that the If you didn't enable TXT support in your build, you only need to run ```bash - cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw +cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw ``` If you are using TXT, run ```bash cbfstool coreboot.rom add -f IVB_BIOSAC_PRODUCTION.bin -n txt_bios_acm.bin -t raw -cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_bios_acm.bin -t raw +cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_sinit_acm.bin -t raw ``` ### Flashing