From owner-freebsd-arm@freebsd.org Sat Jun 18 22:03:50 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84051A79FE4 for ; Sat, 18 Jun 2016 22:03:50 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (unknown [IPv6:2001:4060:1:1001::14:53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1649D1EDD for ; Sat, 18 Jun 2016 22:03:48 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPS id E3FBFCF7B5; Sun, 19 Jun 2016 00:03:35 +0200 (CEST) Subject: Re: FreeBSD on the ODroid-C2 (arm64 AMLogic S905) To: Tom Vijlbrief , freebsd-arm@freebsd.org References: From: Andreas Tobler Message-ID: Date: Sun, 19 Jun 2016 00:03:35 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.73 on 127.0.1.1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 22:03:50 -0000 On 18.06.16 08:30, Tom Vijlbrief wrote: > > > Op vr 17 jun. 2016 om 22:18 schreef Andreas Tobler > >: > > Hi Tom, > > On 12.05.16 18:04, Tom Vijlbrief wrote: > > Op vr 6 mei 2016 om 12:40 schreef Tom Vijlbrief > >: > > > >> 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. I was aware about that, but I understand it this way that the FBSD kernel does not support these features yet. > > > > 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 Ok, I'm not very familiar with git & co. So far I do not see a change/update on the 'web frontend' of your repo. (https://github.com/tomtor/freebsd/tree/c2) Do they (github) update only after a 'certain period'? > > 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. Yes, but I'd expect at least the kernel to be loaded and this has happened. Unfortunately it doesn't boot. This was with -CURRENT and your changes from the c2 tree. So it seems that something changed between -CURRENT and your tree which stops booting. That is why I took a snapshot from your tree to find out what the difference is. > 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. I'm interested in a running C2 to continue gcc stuff I started with qemu. I need horsepower and I expect the c2 will fit my needs. Thank you for starting this port. Andreas