Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2014 11:57:28 -0700
From:      Tim Kientzle <tim@kientzle.com>
To:        Russell Haley <russ.haley@gmail.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Digi CCWMX53
Message-ID:  <0E9D6D91-7D63-434E-B8FB-8A099FB1AAF3@kientzle.com>
In-Reply-To: <CABx9NuQr%2BdEb_yj3ypEe6Sb_qPY%2BqP74n0x1K5=_K6Zoio2vkw@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail


On Sep 26, 2014, at 10:38 PM, Russell Haley <russ.haley@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



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0E9D6D91-7D63-434E-B8FB-8A099FB1AAF3>