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: * Then flash the new image with:
```sh ```sh
flash: build/coreboot_top_prepared_12mb.rom layout.txt flashrom \
flashrom \ --force \
--force \ --noverify-all\
--noverify-all\ -p internal \
-p internal \ --layout layout.txt \
--layout layout.txt \ --image bios \
--image bios \ -w build/coreboot_top_prepared_12mb.rom
-w build/coreboot_top_prepared_12mb.rom
``` ```