Skip to content

Commit 10b4def

Browse files
Merge pull request #920 from Dasharo/optiplex_doc_fixes
docs/variants/dell_optiplex/initial-deployment.md: Fix whitespace and typos
2 parents 1564b9f + 74e6803 commit 10b4def

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/variants/dell_optiplex/initial-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pip install uefi-firmware==1.9
133133
To extract the blobs (you may have to run the command twice):
134134

135135
```bash
136-
uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O
136+
uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O
137137
```
138138

139139
Congratulations, you should now have access to the BIOS ACM and EC firmware
@@ -168,14 +168,14 @@ raw binary, to which I will refer as `coreboot.rom`. It is assumed that the
168168
If you didn't enable TXT support in your build, you only need to run
169169

170170
```bash
171-
cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw
171+
cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw
172172
```
173173

174174
If you are using TXT, run
175175

176176
```bash
177177
cbfstool coreboot.rom add -f IVB_BIOSAC_PRODUCTION.bin -n txt_bios_acm.bin -t raw
178-
cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_bios_acm.bin -t raw
178+
cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_sinit_acm.bin -t raw
179179
```
180180

181181
### Flashing

0 commit comments

Comments
 (0)