FQA INDEX | Appendix G - GSOC | Appendix L - Languages

FQA INDEX

Appendix G - GSOC

Appendix L - Languages

Appendix J - Junk

Raspberry Pi

[— pie in face]

[— 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

FQA INDEX

FQA 9 - Troubleshooting

Appendix L - Languages