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/future | |
parent | 7c7403283cb88e45f9275195b99cebcc2dcb8b3f (diff) | |
download | librebootfr-14ac959780ab3dc09559a17d4c12b7fd3705be6f.tar.gz librebootfr-14ac959780ab3dc09559a17d4c12b7fd3705be6f.zip |
Remove dependency on libreboot-website
Diffstat (limited to 'docs/future')
-rw-r--r-- | docs/future/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/future/index.md b/docs/future/index.md index 082ea623..d7be7be3 100644 --- a/docs/future/index.md +++ b/docs/future/index.md @@ -330,12 +330,12 @@ getting this output. Get intelvbttool here: <http://review.coreboot.org/#/c/5842> (util/intelvbttool). -Now dump a copy of the running VGA BIOS: **$ sudo dd if=/dev/mem bs=64k +Now dump a copy of the running VGA BIOS: **\$ sudo dd if=/dev/mem bs=64k of=runningvga.bin skip=12 count=1** Then do (and record the output): - $ ./intelvbttool runningvga.bin > intelvbttool\_out + \$ ./intelvbttool runningvga.bin > intelvbttool\_out Backup both files (runningvga.bin and intelvbttool\_out), renaming them to match the system and LCD panel used. |