Update 'README.md'
parent
cae20bb71a
commit
61f843a49f
15
README.md
15
README.md
|
@ -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
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue