shithub: n900

Download patch

ref: f8b2ecf997343478ceed7892ef91ca84d307460a
parent: c5069e3378fcd072fb32100334d214977d7d99d6
author: mia soweli <inbox@tachibana-labs.org>
date: Wed Aug 30 13:06:48 EDT 2023

readme: build the sd card image

--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@
     cd n900
     bind -ac sys/src/9 /sys/src/9
     bind -ac sys/src/boot /sys/src/boot
+    bind -ac sys/lib/dist /sys/lib/dist
 
 compile the system for the arm architecture.
 
@@ -34,3 +35,14 @@
 
     cd /sys/src/boot/n900
     mk
+
+build a bootable image suitable for writing to an sd card.
+
+    bind /root /n/src9
+    bind -ac /dist/plan9front /n/src9
+    bind -ac /sys/src/9 /n/src9/sys/src/9
+    bind -ac /sys/src/boot /n/src9/sys/src/boot
+    bind -a /sys/lib/dist /n/src9/sys/lib/dist
+
+    cd /sys/lib/dist
+    mk 9front.n900.img