From owner-freebsd-arm@freebsd.org Thu May 12 16:05:00 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 E812CB37165 for ; Thu, 12 May 2016 16:05:00 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8358116FD for ; Thu, 12 May 2016 16:05:00 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: by mail-lf0-x243.google.com with SMTP id y84so8230254lfc.3 for ; Thu, 12 May 2016 09:05:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=dOmq8r8mhyIUgW7OfNzAsyVcTdMdrOa1GHfTHzXQArY=; b=K8DYufBk9aiM8iBynZsBXra2wgP1scG6JQzgGmb3/D0QW1V4SU4sGChc09tnybos70 H3OhdIGrBPfBdfnOXNTldXQdsQjlDKbZcvpzwYzTSD0xAY0g7t9LmyTgeoEx+dmXGThS zbgfmxsajoAsAcygkto8ppXrGmC9mnnY7aNshtclwgh5V7uVfyWfhrUp4ui6J9l1nhk7 qKNb/FsWSP1fr12VKcSs6r+Wj0d1uf+kpWIW+VfvBAlDe7Zt8MuzR0YkYTzqsC0uyx0d BO8P4MDjnNT1QjPofyVnLt2L2opD0WhqHCbCBk/sa90uhmvS7TC1nxq9MGQmMftoDkRk Q/ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=dOmq8r8mhyIUgW7OfNzAsyVcTdMdrOa1GHfTHzXQArY=; b=ZI8uBw1V5N+H9d9TZvgD3weqgkYUxzMkM5+j2jHNkn9IGx758Mor7AcHkTTR0KHBT3 gzkNqb4U5SvWCWwxRpaRDTNf/u/yEjCtkrFgXIjwfbOwfMMDJFG8Abs+G0+EMHSIB0uS X3emtWrQbO1i5H3KxrWEuseFXG+f7RIllOEyVQO0a+LzGE6m3KsPPuyMwDgOjI5Kh6/v /aSDPsxm26kThLax/meytb08Cw0KT6ZzMQ+bLEIqZQjpbuwK9xrvjWEUlL3oCdLQ7xe3 Ioj+oFQyP44jT/5bzSyY1+FwYIO8jSM6D0/ACDiOFbX4/A77t15fppFiTuSuayZVPIW/ fAmg== X-Gm-Message-State: AOPr4FWJHNx/CJ4r11WeHUc/MlnRo3JO5nqPrsXKX0dg3/V1/7F1MVIcgVocHCcyshvarbPnjfWiSpTSkuFCuw== X-Received: by 10.25.145.198 with SMTP id t189mr4639975lfd.157.1463069098489; Thu, 12 May 2016 09:04:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Tom Vijlbrief Date: Thu, 12 May 2016 16:04:48 +0000 Message-ID: Subject: Re: FreeBSD on the ODroid-C2 (arm64 AMLogic S905) To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Thu, 12 May 2016 16:05:01 -0000 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) Mika=C3=ABl 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=3Darm64 -s buildworld make TARGET=3Darm64 buildkernel KERNCONF=3DODROIDC2 NO_MODULES=3DYES 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