FreeBSD on the ODroid-C2 (arm64 AMLogic S905)
Tom Vijlbrief
tvijlbrief at gmail.com
Sat Jun 18 06:30:27 UTC 2016
Op vr 17 jun. 2016 om 22:18 schreef Andreas Tobler <andreast-list at fgznet.ch
>:
> Hi Tom,
>
> On 12.05.16 18:04, Tom Vijlbrief wrote:
> > Op vr 6 mei 2016 om 12:40 schreef Tom Vijlbrief <tvijlbrief at gmail.com>:
> >
> >> I've been hacking to see if I can get FreeBSD to boot on this little
> >> device, and I got to this:
> >>
> >>
> > Progress has been made and it now boots and USB-works :-)
> > (but SD-card reader and Ethernet do not)
>
So you must use a root filesystem on USB, you cannot access the SD-card.
> >
> > Mikaël Urankar added the code to enable multiple processors,
> > but for now multiple processors are disabled.
> >
> > This is very much a work in progress, but for those who would like to
> > compile their own kernel and boot it on an Odroid-C2, get it from:
> >
> > https://github.com/tomtor/freebsd/tree/tc2
> >
> > and build it with:
> >
> > make TARGET=arm64 -s buildworld
> > make TARGET=arm64 buildkernel KERNCONF=ODROIDC2 NO_MODULES=YES
>
> I tried and I ended up here:
>
> cd: /export/devel/build/test/freebsd-tc2/sys/boot/arm64/aml: No such
> file or directory
>
> I think here is something missing.
>
>
Oops, you're right. Should be fixed now in the current tc2 branch
> I have attached an USB disk and an USB ethernet adapter and the system
> > boots, NTP adjusts the date and I'm logged in with SSH.
> >
> > However, a "portsnap fetch" runs a long time and then exits with:
> > pid 78242 (sh), uid 0: exited on signal 10 (core dumped), so it is
> > obviously not ready for general use.
> >
> > Boot instructions are here:
> >
> > https://github.com/tomtor/image-freebsd-c2
>
> The boot process stops and complains filesystems not known. Might be the
> card.
>
See remark above.
I do not have much time the next few weeks, but I will try to get the
SD-card and board ethernet running later or perhaps someone else will have
a go at it.
Note that the occasional core dump is very rare. I managed to build large
parts of world on the device. I wonder what the cause is.
I would like to see if I get similar dumps on my Pine64, but on the Pine64
neither the card-reader nor the USB work. I saw an additional patch from
Andrew for the SD-card reader which is not in my tree, but have not tried
that yet.
Thanks for trying this Odroid-C2 build. The Odroid-C2 is really a nice
little device.
More information about the freebsd-arm
mailing list