diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:46:13 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:46:13 -0700 |
commit | 14ac959780ab3dc09559a17d4c12b7fd3705be6f (patch) | |
tree | 7fba830ea3ca0d8fa33e797df8d4bc4d1efbbae6 /docs/install/x60tablet_unbrick.md | |
parent | 7c7403283cb88e45f9275195b99cebcc2dcb8b3f (diff) | |
download | librebootfr-14ac959780ab3dc09559a17d4c12b7fd3705be6f.tar.gz librebootfr-14ac959780ab3dc09559a17d4c12b7fd3705be6f.zip |
Remove dependency on libreboot-website
Diffstat (limited to 'docs/install/x60tablet_unbrick.md')
-rw-r--r-- | docs/install/x60tablet_unbrick.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install/x60tablet_unbrick.md b/docs/install/x60tablet_unbrick.md index 134d2d0c..c683e3ce 100644 --- a/docs/install/x60tablet_unbrick.md +++ b/docs/install/x60tablet_unbrick.md @@ -30,13 +30,13 @@ two: 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 +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\] +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 +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 |