From owner-freebsd-arm@FreeBSD.ORG Mon Apr 25 19:30:47 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43C73106566B; Mon, 25 Apr 2011 19:30:47 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 108D08FC12; Mon, 25 Apr 2011 19:30:46 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.messagingengine.com (Postfix) with ESMTP id 6DAAF20523; Mon, 25 Apr 2011 15:30:46 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute5.internal (MEProxy); Mon, 25 Apr 2011 15:30:46 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=hPhFVFeTfNnPm1oGBpTlcc3as9g=; b=lD82H4L0XXdUMRpyuhXZPYLHC2Ku/Ub6gjJbFcm7+AARqLGcAJ1rPTsDGPLSN4Bq1l4lBOLO0yGtlVWN/lXHUjVdwiYWmwyjcEugU2s3fyLmzkiMTxIoV+pL2BxJuILOgDK+N5YB4atWnb3hVy1Kjbdn/LrHQjMvs1hvGQf+NVg= X-Sasl-enc: JE45fGstA8yfj9q6ptLDS7LhsWo3Iy49KUG/c12qeWOr 1303759845 Received: from localhost (222-154-128-216.jetstream.xtra.co.nz [222.154.128.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 2F1DE401E55; Mon, 25 Apr 2011 15:30:44 -0400 (EDT) Date: Tue, 26 Apr 2011 07:30:43 +1200 From: Andrew Turner To: Mark Murray Message-ID: <20110426073043.66af0c9d@fubar.geek.nz> In-Reply-To: References: <20110425163549.2bcc8551@fubar.geek.nz> <20110425170105.37c7d853@fubar.geek.nz> <20110426035423.1b4b592c@fubar.geek.nz> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.0) X-Pirate: Arrrr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: OMAP3 patch 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, 25 Apr 2011 19:30:47 -0000 On Mon, 25 Apr 2011 18:27:57 +0100 Mark Murray wrote: > Andrew Turner writes: > > After the script has built FreeBSD copy ${KERNEL_FILE}.boot to a FAT > > formatted sd card as uImage. e.g.: > > cp ${KERNEL_FILE}.boot /mnt/uImage > > ${KERNEL_FILE}.boot is printed at the end of the build script. > > U-Boot should load FreeBSD without any input from the user. > > > > The root file system is loaded off USB from /dev/da0s1. It is a > > standard buildworld/installworld with TARGET=arm. > > I presume that the USB is in this case also FAT formatted? I'm > wondering how the installworld will deal with links etc. The USB stick is formatted with UFS. The reason the DS card is fat formatted is so the kernel cam be laded by U-Boot while the USB stick is read by FreeBSD. > Have you tried any CortexA8-specific compile options? No. My understanding is our toolchain it too old to have Cortes-A8 specific options. Andrew