shithub: wiki.9front.org

Download patch

ref: 65ca8f63fb13225f88ef9ebe31ac32b5e5464b35
parent: 189e8705a40955381d77090612747ad268471626
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Jul 27 19:01:40 EDT 2023

mnt-reform: point to flash.bin in /sys/src/boot/reform

--- a/mnt-reform.md
+++ b/mnt-reform.md
@@ -25,8 +25,8 @@
 * 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/`
 * `unmount /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`
+* download U-Boot build with early screen enabled: `cd /sys/src/boot/reform; mk clean all`
+* update U-Boot: `dd -if /sys/src/boot/reform/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.