Digi CCWMX53

Tim Kientzle tim at kientzle.com
Sat Sep 27 19:22:43 UTC 2014


On Sep 26, 2014, at 10:38 PM, Russell Haley <russ.haley at gmail.com> wrote:

> Okay this is my process. It is performed in a 9.1-RELEASE jail within a
> PC-BSD 10 VM with 4 GB ram and 4 cores.
> 
> svn checkout https://svn0.us-west.FreeBSD.org/base/head /usr/src
> 
> cd /usr/src
> 
> make TARGET=arm TARGET_ARCH=arm -j10 buildworld

TARGET_ARCH should be armv6 here

> 
> make TARGET=arm TARGET_ARCH=arm KERNCONF=DIGI-CCWMX53 buildkernel

TARGET_ARCH should be armv6 here

> 
> # never got to this due to documented error in head release that I had.
> make TARGET=arm TARGET_ARCH=arm installworld

You will definitely want to set DESTDIR! ;-)

> 
> Copy to sd card
> 
> #To Wipe Disk
> sudo dd if=/dev/zero of=/dev/da1 bs=512 count=1 && sync && sync
> 
> 
> #u-boot image From CCWMX53 Starter Kit
> sudo dd if=u-boot-ccwmx53js.bin of=/dev/da1 bs=512 && sync && sync
> 
> # lost the path from the build output that I got the kernel.bin file from.
> I have since deleted that jail
> sudo dd if=kernel.bin of=/dev/da1 bs=512 seek=2048 && sync && sync


You will also need to build a suitable filesystem image from the directory where you installed world and copy that onto the media.

Tim



More information about the freebsd-arm mailing list