diff options
author | Edgard Schmidt <schmidt@edik.ch> | 2017-11-25 17:32:11 +0100 |
---|---|---|
committer | Edgard Schmidt <schmidt@edik.ch> | 2017-11-25 17:32:11 +0100 |
commit | d43c6eaec611cc88309a9e09757dfba691e6f354 (patch) | |
tree | 30da8a07b76a7deeec2b826517a11dfa0049b7b4 /docs/install/x60tablet_unbrick.md | |
parent | 1096373b2330e64c3012f143f943f4723d526c16 (diff) | |
download | librebootfr-d43c6eaec611cc88309a9e09757dfba691e6f354.tar.gz librebootfr-d43c6eaec611cc88309a9e09757dfba691e6f354.zip |
Markup more code content with code and pre tags
Diffstat (limited to 'docs/install/x60tablet_unbrick.md')
-rw-r--r-- | docs/install/x60tablet_unbrick.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/install/x60tablet_unbrick.md b/docs/install/x60tablet_unbrick.md index f4baebf4..fe4352bc 100644 --- a/docs/install/x60tablet_unbrick.md +++ b/docs/install/x60tablet_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>. |