From owner-freebsd-arm@FreeBSD.ORG Mon Sep 24 20:28:09 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7BE81065710 for ; Mon, 24 Sep 2012 20:28:08 +0000 (UTC) (envelope-from giovanni.trematerra@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 925378FC12 for ; Mon, 24 Sep 2012 20:28:08 +0000 (UTC) Received: by qcsl39 with SMTP id l39so737530qcs.13 for ; Mon, 24 Sep 2012 13:28:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=vX/x4GyOJmvLRn5HpzpqjSBCpgNiVSzxRftjMUEl0IU=; b=b4F9szBgDF+y8Nv9mbHaQdIPhq//efDXvJ+0cC2ZLcghIV0EwTQLu8MATx8yDGGJtt THjlN+g2ucqkIMHj4NkK/Ln+5FqEI5yxsKMv6oTwg6hbGA5M6o5llY564NyRpQzsfLBH GkQ0wqeq+4u5iLqQjk23MBCX0N7bMzdtpz0ZoLyhUYWgJXupGCimdJrg+gOKNalv778l sTLUqKg86xy9fgACC8UgfuJY9cPWZFX4UKPGFnS6Jx3MUmlYXeE0fhzZzSDptA9ZUJjq 7neiJ/ccCKnNsqP1D7cc/LbTp6t45AN01aZuVEUNpf5aH8yi0XFt7Xs3o/IlPzq4BeVr u3Jw== MIME-Version: 1.0 Received: by 10.224.28.14 with SMTP id k14mr35159310qac.72.1348518481961; Mon, 24 Sep 2012 13:28:01 -0700 (PDT) Sender: giovanni.trematerra@gmail.com Received: by 10.229.97.149 with HTTP; Mon, 24 Sep 2012 13:28:01 -0700 (PDT) In-Reply-To: <5679C679-A434-4714-BE61-4DC093DA7F34@kientzle.com> References: <0DCAC001-FF06-431A-A486-2B50BE913B0D@bsdimp.com> <7E18623F-3945-4EA0-B332-5A5C717B20F0@kientzle.com> <9896AA3E-D8A0-4CE8-8160-4672AA07388F@cheney.net> <6B74ADD7-3266-4919-BEB4-B10E0C1BAB58@kientzle.com> <5679C679-A434-4714-BE61-4DC093DA7F34@kientzle.com> Date: Mon, 24 Sep 2012 22:28:01 +0200 X-Google-Sender-Auth: tTPjAMktQAFa1jfQ7OIGSOfc1Sk Message-ID: From: Giovanni Trematerra To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 Cc: arm@freebsd.org Subject: Re: Towards an ARM system-building script X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 20:28:09 -0000 On Sun, Sep 23, 2012 at 8:55 PM, Tim Kientzle wrote: > On Sep 4, 2012, at 9:52 PM, Tim Kientzle wrote: >> On Sep 4, 2012, at 9:33 PM, Dave Cheney wrote: >> >>> Sorry to butt in on this discussion, but how feasible would it be to adapt this build script to the pandaboard. I understand there may be a config in svn similar to the beaglebone which may be applicable. >> >> I've started tinkering with ideas for generalizing my >> BeagleBone script so it can build system images for >> other boards. > > I've made significant progress and would > appreciate any feedback: > > github.com/kientzle/freebsd-beaglebone > > This has been massively refactored so it can > build system images for a variety of > ARM-based boards. Right now: > > * BeagleBone builds and boots cleanly again. ;-) > In particular, I've caught up with some changes to > ubldr in -CURRENT and switched to using the > stable DENX U-Boot sources instead of the > rapidly-evolving (and often broken) TI/Arago sources. > > * PandaBoard: I have a completely untested > sketch. Someone with a PandaBoard will need > to work through the U-Boot configuration to make > this work. I just bought a PandaBoard. I'll try to have a bootable image with your script. Thank you -- Gianni