[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 05/12] website: docs: install: flashrom: add support for BSD.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 05/12] website: docs: install: flashrom: add support for BSD. |
Date: |
Tue, 11 Jun 2024 20:52:14 +0200 |
From: Leah Rowe <leah@libreboot.org>
Signed-off-by: Leah Rowe <leah@libreboot.org>
Signed-off-by: Leah Rowe <info@minifree.org>
GNUtoo: fixed section underline, rebased, commit message, split patch.
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website/pages/docs/install/install.md | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/website/pages/docs/install/install.md
b/website/pages/docs/install/install.md
index 4c75670..3e4d1ca 100644
--- a/website/pages/docs/install/install.md
+++ b/website/pages/docs/install/install.md
@@ -5,11 +5,6 @@ x-unreviewed: true
This section relates to installing GNU Boot on supported targets.
-NOTE: 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.
-
GNU Boot flashing can be risky business. Please ensure that you have external
flashing equipment, in case anything goes wrong. The general rule of thumb with
firmware is this: if it's non-free, replace it, but if you're already running
@@ -21,6 +16,25 @@ If you're already running libre firmware on your board, you
should decide for
sure whether you wish to risk it. See changelogs on
the [release announcements via the news page](/news/) and decide for yourself.
+FLASH ERRORS (and workarounds)
+==============================
+
+Right out of the gate, some users may experience errors with flashrom when
+using the internal programmer. They are:
+
+/dev/mem access error
+---------------------
+
+NOTE: 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.
+
+On NetBSD and OpenBSD systems, the equivalent to `iomem=relaxed` in this case
+is `kernel.securelevel=-1`; see [NetBSD securelevel
+manual](https://wiki.netbsd.org/tutorials/kernel_secure_levels/)
+and [OpenBSD securelevel manual](https://man.openbsd.org/securelevel).
+
About ROM image file names
==========================
--
2.45.1
- [PATCH v1 00/12] More website content patches., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 02/12] website: status: update Spanish translation., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 03/12] website: status: clarify what kind of T60 are supported., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 01/12] website: pages: unify Download, Install and Buy preinstalled., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 06/12] website: docs: install: flashrom: document I/O port access., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 05/12] website: docs: install: flashrom: add support for BSD.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 04/12] website: status: Fix ThinkPad spelling., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 08/12] website: main page: clarify that GNU Boot is a distribution., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 07/12] Remove old logos, and make the website point to the new ones., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 09/12] website: status: mention upgrade instructions., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 10/12] website: status: add current RYF vendors product., Denis 'GNUtoo' Carikli, 2024/06/11