💾 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

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

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