Update 'README.md'

main
rilla 2022-08-31 17:18:57 +02:00
parent cae20bb71a
commit 61f843a49f
1 changed files with 7 additions and 8 deletions

View File

@ -53,12 +53,11 @@ Before flashing, the system needs to boot with the kernel parameter
* Then flash the new image with:
```sh
flash: build/coreboot_top_prepared_12mb.rom layout.txt
flashrom \
--force \
--noverify-all\
-p internal \
--layout layout.txt \
--image bios \
-w build/coreboot_top_prepared_12mb.rom
flashrom \
--force \
--noverify-all\
-p internal \
--layout layout.txt \
--image bios \
-w build/coreboot_top_prepared_12mb.rom
```