shithub: wiki.9front.org

Download patch

ref: caf9f644b2d7e6b1219b5d3f3f5ccc3381e07cf2
parent: 1268fa4a2670757c9c10522f7374583227ad44c2
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Jan 15 19:33:29 EST 2023

mnt-reform: formatting

--- a/mnt-reform.md
+++ b/mnt-reform.md
@@ -21,12 +21,12 @@
 
 If NVME is *not* present, `sdO*` becomes `sdN*`.
 
-1) install [ext4srv](https://git.sr.ht/~ft/ext4srv)
-2) mount EMMC linux partition: `ext4srv && mount -c /srv/ext4 /n/emmc /dev/sdO0/linux`
-3) copy `plan9.ini`, `9reform.u` and 9front's `/sys/src/boot/reform/boot.scr` to `/n/emmc/`
-4) download U-Boot build with early screen enabled: `hget https://ftrv.se/_/mntre-flash-20230115.bin > /tmp/flash.bin`, `md5sum /tmp/flash.bin`, you should get `63025b864faf596dc74e3a1677ad3f59`
-5) update U-Boot: `dd -if /tmp/flash.bin -of /dev/sdO1/data -bs 1024 -oseek 33 -trunc 0 -conv sync`
-6) the switch under the heatsink should be positioned to booting from EMMC, this is not the default when the laptop is purchased
+* install [ext4srv](https://git.sr.ht/~ft/ext4srv)
+* mount EMMC linux partition: `ext4srv && mount -c /srv/ext4 /n/emmc /dev/sdO0/linux`
+* copy `plan9.ini`, `9reform.u` and 9front's `/sys/src/boot/reform/boot.scr` to `/n/emmc/`
+* download U-Boot build with early screen enabled: `hget https://ftrv.se/_/mntre-flash-20230115.bin > /tmp/flash.bin`, `md5sum /tmp/flash.bin`, you should get `63025b864faf596dc74e3a1677ad3f59`
+* update U-Boot: `dd -if /tmp/flash.bin -of /dev/sdO1/data -bs 1024 -oseek 33 -trunc 0 -conv sync`
+* the switch under the heatsink should be positioned to booting from EMMC, this is not the default when the laptop is purchased
 
 Early boot may be interrupted with a key press. The current boot process is to try USB drives first, then an SD card, and finally boot from EMMC.