9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: raingloom@protonmail.com, 9fans@9fans.net
Subject: Re: [9fans] Raspberry Pi 3 B+ image of 9front
Date: Sat,  5 Jan 2019 20:13:07 +0100	[thread overview]
Message-ID: <2C74F78127C4A2CCC542064C38FF5894@felloff.net> (raw)
In-Reply-To: E0SfRnIcA2vUrNv95TzFTkJIWAFasOZwPCAjmMEsmj8mXtRExEE6hxv5xe5mKdrLFy4aW0K9Me7caZZyM4GXtlAN__z7B_3F6Ud9KsQqqV8=@protonmail.com

richard miller did a very fine job with the image.

9front used to have a image to download based on it for the raspi1,
but it is quite old and nobody updated it.

in the last release, we updated the kernel from richards
code and made the /sys/lib/dist/mkfile able to produce a
bootable sdcard image with hjfs filesystem.

documentation in the fqa is under way.

you can build a bootable sdcard image by running:

# build arm userspace
objtype=arm
cd /sys/src
mk install

# build kernel
cd /sys/src/9/bcm

# pi1 kernel (optional)
mk 'CONF=pi' install

# pi2/3 kernel
# mk 'CONF=pi2' install (pi2 is default)
mk install

# download firmware
cd /sys/src/boot/bcm
mk

# build bootable hjfs sdcard image
cd /sys/lib/dist
mk /tmp/mysdcard.pi.img

# copy to sdcard
cat /tmp/mysdcard.pi.img > /dev/sdM0/data

--
cinap



             reply	other threads:[~2019-01-05 19:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-05 19:13 cinap_lenrek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-01-05 23:37 cinap_lenrek
2019-01-06  0:48 ` Raingloom
     [not found] <2ECD349844717870DA8862A351DA2ED6@felloff.net>
2019-01-05 22:44 ` Raingloom
2019-01-05 17:08 Raingloom
2019-01-05 21:49 ` Chris McGee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2C74F78127C4A2CCC542064C38FF5894@felloff.net \
    --to=cinap_lenrek@felloff.net \
    --cc=9fans@9fans.net \
    --cc=raingloom@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).