diff options
author | Leah Rowe <info@minifree.org> | 2017-11-29 21:13:15 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-11-29 21:13:15 +0000 |
commit | 7e504cfd049d9191374fad74f4bc649f8c65a2db (patch) | |
tree | 30da8a07b76a7deeec2b826517a11dfa0049b7b4 /docs/install/x60_unbrick.md | |
parent | bacc474a7693bf397cdae0fe379049b25b0c8a39 (diff) | |
parent | d43c6eaec611cc88309a9e09757dfba691e6f354 (diff) | |
download | librebootfr-7e504cfd049d9191374fad74f4bc649f8c65a2db.tar.gz librebootfr-7e504cfd049d9191374fad74f4bc649f8c65a2db.zip |
Merge branch 'responsive' of edik/libreboot into master
Diffstat (limited to 'docs/install/x60_unbrick.md')
-rw-r--r-- | docs/install/x60_unbrick.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/install/x60_unbrick.md b/docs/install/x60_unbrick.md index 0f215302..d7cb17a8 100644 --- a/docs/install/x60_unbrick.md +++ b/docs/install/x60_unbrick.md @@ -20,13 +20,12 @@ two:\ \*Those dd commands should be applied to all newly compiled X60 ROM images (the ROM images in libreboot binary archives already have this -applied!):\ -dd if=coreboot.rom of=top64k.bin bs=1 skip=\$\[\$(stat -c %s -coreboot.rom) - 0x10000\] count=64k\ -dd if=coreboot.rom bs=1 skip=\$\[\$(stat -c %s coreboot.rom) - 0x20000\] -count=64k | hexdump\ -dd if=top64k.bin of=coreboot.rom bs=1 seek=\$\[\$(stat -c %s -coreboot.rom) - 0x20000\] count=64k conv=notrunc\ +applied!): + + dd if=coreboot.rom of=top64k.bin bs=1 skip=\$\[\$(stat -c %s coreboot.rom) - 0x10000\] count=64k + dd if=coreboot.rom bs=1 skip=\$\[\$(stat -c %s coreboot.rom) - 0x20000\] count=64k | hexdump + dd if=top64k.bin of=coreboot.rom bs=1 seek=\$\[\$(stat -c %s coreboot.rom) - 0x20000\] count=64k conv=notrunc + (doing this makes the ROM suitable for use when flashing a system that still has Lenovo BIOS running, using those instructions: <http://www.coreboot.org/Board:lenovo/x60/Installation>. |