From owner-freebsd-arm@freebsd.org Tue Jul 14 14:22:36 2015 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 DDB309A1A58 for ; Tue, 14 Jul 2015 14:22:36 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound3.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) by mx1.freebsd.org (Postfix) with SMTP id A6423E6A for ; Tue, 14 Jul 2015 14:22:36 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Tue, 14 Jul 2015 14:21:07 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t6EEMXG9049558; Tue, 14 Jul 2015 08:22:33 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1436883753.1334.272.camel@freebsd.org> Subject: Re: ubldr on armv4/v5 From: Ian Lepore To: Ronald Klop Cc: freebsd-arm@freebsd.org Date: Tue, 14 Jul 2015 08:22:33 -0600 In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 14:22:37 -0000 On Tue, 2015-07-14 at 11:49 +0200, Ronald Klop wrote: > Hi, > > I read about ubldr a while ago. Would it be possible to use this on > armv4/5 (i.e. my sheevaplug)? > I now copy a kernel.bin file in the nand memory. Would it work to copy > /boot/ubldr.bin in there? Or are more steps involved? > > Regards, > Ronald. In theory it should work fine. It would require that you compile a new u-boot for the sheeva system with the CONFIG_API option enabled -- ubldr won't run unless the u-boot API is available. -- Ian