diff options
author | Andrew Robbins <andrew@libreboot.org> | 2017-09-05 04:27:15 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-09-05 04:27:15 +0000 |
commit | 4c46577f91de37c09cfb37bc828eddb43df60ffc (patch) | |
tree | b3c093adafaa329f3a9e69efb62827e03f8ad75f /www | |
parent | 467cc47271d1e340dd59eb277ce73299fc8430e2 (diff) | |
parent | 235b0faa1b3720a02b6a774c7a0a014cd14ba892 (diff) | |
download | librebootfr-4c46577f91de37c09cfb37bc828eddb43df60ffc.tar.gz librebootfr-4c46577f91de37c09cfb37bc828eddb43df60ffc.zip |
Merge branch 'faqfix' of swiftgeek/libreboot into master
Diffstat (limited to 'www')
-rw-r--r-- | www/faq.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -17,7 +17,20 @@ Flashrom complains about DEVMEM access If running `flashrom -p internal` for software based flashing, and you get an error related to /dev/mem access, you should reboot with `iomem=relaxed` kernel parameter before running flashrom, or use a kernel -that has `CONFIG\_STRICT\_DEVMEM` not enabled. +that has `CONFIG_STRICT_DEVMEM` and `CONFIG_IO_STRICT_DEVMEM` not enabled. + +Example flashrom output with both `CONFIG_STRICT_DEVMEM` and `CONFIG_IO_STRICT_DEVMEM` enabled: +``` +flashrom v0.9.9-r1955 on Linux 4.11.9-1-ARCH (x86_64) +flashrom is free software, get the source code at https://flashrom.org + +Calibrating delay loop... OK. +Error accessing high tables, 0x100000 bytes at 0x000000007fb5d000 +/dev/mem mmap failed: Operation not permitted +Failed getting access to coreboot high tables. +Error accessing DMI Table, 0x1000 bytes at 0x000000007fb27000 +/dev/mem mmap failed: Operation not permitted +``` The backlight is darker on the left side of the screen when lowering the brightness on my X200/T400/T500/R400 --------------------------------------------------------------------------------------------------------------- |