FQA INDEX | Appendix G - GSOC | Appendix L - Languages
Appendix J - Junk
Raspberry Pi
[ā” 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:
Ā buildĀ armĀ userspace
cdĀ /sys/src
objtype=arm
mkĀ install
Ā downloadĀ raspiĀ firmware
cdĀ /sys/src/boot/bcm
mk
Ā buildĀ 32Ā bitĀ armĀ kernelĀ forĀ raspiĀ (pi2Ā alsoĀ worksĀ forĀ raspi3)
cdĀ /sys/src/9/bcm
mkĀ āCONF=piāĀ install
mkĀ āCONF=pi2āĀ install
Ā buildĀ bootableĀ hjfsĀ sdcardĀ imageĀ forĀ raspi
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