From owner-freebsd-arm@FreeBSD.ORG Fri May 17 21:27:36 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B6989ED1; Fri, 17 May 2013 21:27:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by mx1.freebsd.org (Postfix) with ESMTP id 821CD8E4; Fri, 17 May 2013 21:27:36 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id kp6so3952511pab.35 for ; Fri, 17 May 2013 14:27:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Gwmo9TFaR54qfnCCob2CfslUVWbeq9zr6bfkz5pnf/s=; b=td3xoISXVQL9ELniATwSvNFO/LMsar9kpjNKpMQsg0YNjQLIjaUkKbsuKKO4IzFe6v UmBZWafWhqiyUxs6HfQVuU5B3upl4i/1y7PuQKK/HquxH0D387z1QO3oQCpUDfwuZknQ /Womyph9rb1on1hN9plKlT2t64a5zYHgwbcgK2QoZEHnwtFmAPjbdrIB5fUlKdoSAyMx tlEEwtTsQVLcEjPCJKmFaRwLjL2ePWzB5DMml5TMBcQ1TNCkve+xpnWPd5BOcCyWe93X tQ534JFDWlgVCgJWPYoGhk8NhOyfvd1CPrBblmwJECVWfYc1Y6FH4lpiCuUALcgJm8vL +e8A== MIME-Version: 1.0 X-Received: by 10.66.240.70 with SMTP id vy6mr51462596pac.70.1368825603002; Fri, 17 May 2013 14:20:03 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.70.85.73 with HTTP; Fri, 17 May 2013 14:20:02 -0700 (PDT) In-Reply-To: <86vc6hpb5r.wl%gnn@neville-neil.com> References: <3B16A2E5-C92B-4248-BE98-DD5C1194CB05@freebsd.org> <86vc6hpb5r.wl%gnn@neville-neil.com> Date: Fri, 17 May 2013 14:20:02 -0700 X-Google-Sender-Auth: y7JvfNpoUr2cQpADepHymVe6XY0 Message-ID: Subject: Re: Port: U-Boot for BeagleBone From: Adrian Chadd To: gnn@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: db@freebsd.org, freebsd-arm , David Chisnall X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 21:27:36 -0000 ... so how do I do a userland build of a bootloader? :-) Does crochet have extra stuff in it to build ports with alternate roots and install-as-user options set? Or does it now require you have them installed before you can build images? Thanks, adrian On 17 May 2013 14:08, wrote: > At Fri, 17 May 2013 13:41:33 -0700, > hiren panchasara wrote: >> >> On Fri, May 17, 2013 at 1:22 PM, Tim Kientzle wrote: >> > I'm trying to move the actual building of boot loaders out of Crochet and into FreeBSD ports. >> > >> > Here's the first attempt at such a port (many thanks to Diane Bruce for patiently tutoring me through this): >> > >> > http://people.freebsd.org/~kientzle/u-boot-beaglebone.tgz >> > >> > I'd appreciate any feedback: >> > * Can you build this? >> >> Yes. >> >> Its fetching things and I can see uboot generated in >> work/u-boot-2013.04/ > > It claims to require a cross building compiler in /usr/obj so I'm > waiting for that to build on my laptop. > >> > * Suggestions for improving it? >> > >> > If this works, I plan to use it as a template for U-Boot for other >> > platforms (RaspberryPi, Pandaboard, etc.). Crochet would then >> > rely on these ports instead of building boot loaders itself. Even >> > better, these will eventually be built by the package system and >> > available through packages. >> >> sweet! >> > > Works for me. Thanks to both of you. > > Best, > George > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"