Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 03:54:23 +1200
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Mark Murray <markm@FreeBSD.org>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: OMAP3 patch
Message-ID:  <20110426035423.1b4b592c@fubar.geek.nz>
In-Reply-To: <E1QEKCz-0005xT-5R@groundzero.grondar.org>
References:  <20110425163549.2bcc8551@fubar.geek.nz> <20110425170105.37c7d853@fubar.geek.nz> <E1QEKCz-0005xT-5R@groundzero.grondar.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 25 Apr 2011 12:44:05 +0100
Mark Murray <markm@FreeBSD.org> wrote:
> Most excellent!
> 
> Do you have a recipe for building and installing this?
> 
> I'm very familiar with building ind installing regular FBSD;
> less so with the BB build/install/boot process.
I've placed my build script at [1]. You need to change ${DIR} to point
to your patched source tree. It depends on the devel/u-boot port.

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.

Andrew

[1] http://fubar.geek.nz/files/freebsd/omap/build_beagle.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110426035423.1b4b592c>