💾 Archived View for 9til.de › fqa › appendixj.gmi captured on 2023-12-28 at 15:25:49. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
FQA INDEX | Appendix G - GSOC | Appendix L - Languages
[‡ pie in face]
Installation Instructions
The last release introduces support for raspi1,2 and 3 and you can build a sdcard image that will be bootable on raspi by running:
cd /sys/src
objtype=arm
mk install
cd /sys/src/boot/bcm
mk
cd /sys/src/9/bcm
mk ’CONF=pi’ install
mk ’CONF=pi2’ install
cd /sys/lib/dist
bind / /n/src9
mk /path/to/somethingsomething.pi.img
Once booted on the Raspberry Pi, you’re able to mount the dos partition with:
9fs pidos
This will mount the dos partition on /n/pidos, similar to how 9fs 9fat works.
FQA INDEX | FQA 9 - Troubleshooting | Appendix L - Languages