code: fqa.9front.org

ref: 6a4d240423b0557d27a4de64e8659829167e7bb8
dir: /appendixj.ms/

View raw version
.\" This troff source is processed to create all forms of the
.\" 9FRONT DASH 1 book and the http://fqa.9front.org website.
.\" NOTE: Purely experimental. Methods employed may change.
.\" troff -ms -mpictures appendixj.ms | page
.\" htmlroff -u -ms -mhtml appendixj.ms >appendixj.html
.de FG	\" .FG <basename>
.ie h .html - <img src="\\$1.\\$2" />
.el .BP \\$1.ps
.br
..
.bp
.po 1i \" page offset (from left)
.fp 1 R LucidaSans
.fp 2 I LucidaSansI
.fp 3 B LucidaSansB
.fp 4 BI LucidaSansI
.fp 5 CW LucidaCW
.paragraph 0
.margin 0
.HTML "Appendix J - Junk
.html - <style type="text/css">body{font-size:10pt}; a{font-size:10pt}</style>
.html - <a href="fqa.html">FQA INDEX</a> |
.html - <a href="appendixg.html">Appendix G - GSOC</a> |
.html - <a href="appendixl.html">Appendix L - Languages</a>
.html - <hr />
.SH
.LG
.ihtml h1 <h1>
Appendix J - Junk
.ihtml h1
.NL
.R
.html - <a href="appendixj.html">html</a> |
.html - <a href="appendixj.pdf">pdf</a> |
.html - <a href="appendixj.ms">troff</a>

.SH
.ihtml h2 <h2>
Raspberry Pi
.R
.ihtml h2
.html - <br />
.FG pie-in-face jpg

.SH
Installation Instructions
.R

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:
.P1
# 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
.P2
Once booted on the Raspberry Pi, you're able to mount the dos partition with:
.P1
9fs pidos
.P2
This will mount the dos partition on
.CW /n/pidos ,
similar to how
.CW
9fs 9fat
.R
works.

.html - <hr />
.html - <a href="fqa.html">FQA INDEX</a> |
.html - <a href="fqa9.html">FQA 9 - Troubleshooting</a> |
.html - <a href="appendixl.html">Appendix L - Languages</a>