parent
34a7f7c351
commit
b1790c0653
|
@ -136,7 +136,7 @@ Create a dummy 16MB ROM like so:
|
||||||
dd if=/dev/zero of=new.bin bs=16M count=1
|
dd if=/dev/zero of=new.bin bs=16M count=1
|
||||||
```
|
```
|
||||||
|
|
||||||
Then insert your 16MB ROM image into the dummy file:
|
Then insert your 12MB Libreboot ROM image into the dummy file:
|
||||||
|
|
||||||
```
|
```
|
||||||
dd if=libreboot.rom of=new.bin bs=12M count=1 conv=notrunc
|
dd if=libreboot.rom of=new.bin bs=12M count=1 conv=notrunc
|
||||||
|
|
Loading…
Reference in New Issue