diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-03-01 02:15:48 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-03-11 19:39:44 +0000 |
commit | c664056c56df85eb1c72ff3bb94da6f69872827b (patch) | |
tree | b4990ce33d0326ed8e3aaa818f1a9af703f96dcf /Documentation/mainboard/msi | |
parent | c774a93bcf29ac687ad1d2eb9126877248f52788 (diff) |
Documentation: Use file paths to flashing firmware tutorial
In preperation for CB:62424, replace HTTP links pointing to the flashing
firmware tutorial with file paths to the Markdown files.
Change-Id: I6a271a912348cbe002bc9cced9922ed743e1133c
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62452
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'Documentation/mainboard/msi')
-rw-r--r-- | Documentation/mainboard/msi/ms7707/ms7707.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/mainboard/msi/ms7707/ms7707.md b/Documentation/mainboard/msi/ms7707/ms7707.md index 83b860c532..9309596b64 100644 --- a/Documentation/mainboard/msi/ms7707/ms7707.md +++ b/Documentation/mainboard/msi/ms7707/ms7707.md @@ -74,7 +74,7 @@ seconds. Setting the jumper alone is not enough (the Fintek is VBAT backed). Put all back in place and restart the board. It might need 1-2 AC power cycles to reinitialize (running at full fan speed - don't panic). * External flashing has been tested with RPi2 without main power connected. -3.3V provided by RPi2. Read more about flashing methods [here](https://doc.coreboot.org/flash_tutorial/index.html). +3.3V provided by RPi2. Read more about [flashing methods]. * In case of going back to proprietary BIOS create/save CMOS settings as early as possible (do not leave BIOS on first start without saving settings). The BIOS might corrupt nvram (not cmos!) and leave the system in a dead state @@ -110,3 +110,4 @@ needed (internally re-routed already). [Winbond 25Q32BV datasheet]: https://www.winbond.com/resource-files/w25q32bv_revi_100413_wo_automotive.pdf [Fintek F71808A datasheet]: https://www.alldatasheet.com/datasheet-pdf/pdf/459069/FINTEK/F71808A.html [flashlayout]: flashlayout.svg +[flashing methods]: ../../../flash_tutorial/index.md |