Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 15:34:50 +0800
From:      Ganbold Tsagaankhuu <ganbold@gmail.com>
To:        John Elder <johnsstephenelder@gmail.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: After make xdev successfully what should I do next
Message-ID:  <CAGtf9xNu_2aLeQbAtyVQ9yZdLpEXYykCXybPCQyXb-=QYZEKww@mail.gmail.com>
In-Reply-To: <CA%2B2R0XPMRZTqZXyfkEG3E4SqnoFHrfec7RwyFsXHXZQQtSLE2A@mail.gmail.com>
References:  <CA%2B2R0XMP3g0R-oAZFqCGbgxsGbJ-qP5SpHwVwxHstqBMn-rcjQ@mail.gmail.com> <CAGtf9xNYW7Ciyz1SWWXBdCspHCVOM=__UeJ2NGNckwnxQC3o8w@mail.gmail.com> <CA%2B2R0XPMRZTqZXyfkEG3E4SqnoFHrfec7RwyFsXHXZQQtSLE2A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John,

On Wed, Feb 6, 2013 at 3:26 PM, John Elder <johnsstephenelder@gmail.com> wrote:
>

Please keep freebsd-arm on email.

> make ARCH=arm TARGET_ARCH=arm kernel-toolchain I have done that.

This just builds necessary tools to build kernel.

>
> how to put it in sd card?

You need to have kernel built before using it and booting.

>
> package as image file and burn it to sd card?

Basically kernel should be put in fat formatted partition of SD card.

Please build kernel first using following command:

make TARGET_ARCH=armv6 KERNCONF=CUBIEBOARD buildkernel


Then it will be built in /usr/obj/arm.armv6/usr/src/sys/CUBIEBOARD/
directory or whatever you have chosen for your obj directory.

Copy "kernel" from there to fat partition of SD card.
SD card should be specially prepared for cubieboard, you can use linux made one.

Ganbold

>
>
> On Wed, Feb 6, 2013 at 3:13 PM, Ganbold Tsagaankhuu <ganbold@gmail.com>
> wrote:
>>
>> On Wed, Feb 6, 2013 at 2:06 PM, John Elder <johnsstephenelder@gmail.com>
>> wrote:
>> > I have make the xdev successfully and make the kernel-toolchain, then
>> > how
>> > to move this to arm devices?
>>
>> Great. Now you need to compile kernel and put it in sd card and try
>> booting from it.
>>
>> Ganbold
>>
>> > _______________________________________________
>> > 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"
>
>



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