Hope for the help on building the supported image for FreeBSD

Tim Kientzle tim at kientzle.com
Sat Jan 26 17:55:37 UTC 2013


On Jan 25, 2013, at 2:09 PM, Warner Losh wrote:

> 
> On Jan 25, 2013, at 2:05 AM, Ganbold Tsagaankhuu wrote:
> 
>> On Fri, Jan 25, 2013 at 4:18 PM, XiaoQI Ge <ghw at 7axu.com> wrote:
>>> I've just bought an CubieBoard, but when I searched the httpXXX,found
>>> there was not any materials about CubieBoard, and I just want ask how to
>>> compile the IMG for Freebsd, espically on the ubldr part
>> 
>> You have to prepare SD card with special layout like
>> http://linux-sunxi.org/U-Boot.
>> (You can also use SD card which was prepared for linux, just
>> remove/rename uImage)
>> 
>> Once SD card is ready make sure you have xdev tools built.
>> Make sure you have CURRENT machine with source.
>> Tim's script also require xdev tools and you can build it like:
>> 
>> cd /usr/src
>> make xdev XDEV=arm XDEV_ARCH=arm
> 
> shouldn't that be XDEV_ARCH=armv6?

Doesn't actually matter.

My scripts only use the xdev tools for building boot bits;
the arm toolchain works fine for that.

Kernel/world are built with standard buildworld/buildkernel
targets.

Tim




More information about the freebsd-arm mailing list