From 5fbf7eb0aa1a39b70c7b734ca0252688e45f7f2b Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Wed, 23 May 2018 11:03:39 +0200 Subject: [PATCH] x230: README: add iomem=relaxed to Heads docs --- x230/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x230/README.md b/x230/README.md index d1b2747..5c6aeb7 100644 --- a/x230/README.md +++ b/x230/README.md @@ -206,7 +206,7 @@ Linux distribution - but according to the [flashrom manpage](https://manpages.debian.org/stretch/flashrom/flashrom.8.en.html) this is very dangerous: -1. Boot Linux with the `iomem=relaxed` boot parameter (for example in /etc/default/grub `GRUB_CMDLINE_LINUX_DEFAULT`) +1. boot Linux with the `iomem=relaxed` boot parameter (for example in /etc/default/grub `GRUB_CMDLINE_LINUX_DEFAULT`) 2. [download](https://github.com/merge/skulls/releases) the latest Skulls release tarball and unpack it 3. run `sudo ./x230_skulls.sh` for generating all necessary files and instructions @@ -217,6 +217,7 @@ installed, installing Heads is as easy as updating Skulls. You can directly start using it: * [build Heads](https://github.com/osresearch/heads) +* boot Linux with the `iomem=relaxed` boot parameter * copy Heads' 12M image file `build/x230/coreboot.rom` to Skulls' x230 diretory * run `sudo ./x230_heads.sh`