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>
References:  <CABx9NuQr%2BdEb_yj3ypEe6Sb_qPY%2BqP74n0x1K5=_K6Zoio2vkw@mail.gmail.com>

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

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.
>=20
> svn checkout https://svn0.us-west.FreeBSD.org/base/head /usr/src
>=20
> cd /usr/src
>=20
> make TARGET=3Darm TARGET_ARCH=3Darm -j10 buildworld

TARGET_ARCH should be armv6 here

>=20
> make TARGET=3Darm TARGET_ARCH=3Darm KERNCONF=3DDIGI-CCWMX53 =
buildkernel

TARGET_ARCH should be armv6 here

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

You will definitely want to set DESTDIR! ;-)

>=20
> Copy to sd card
>=20
> #To Wipe Disk
> sudo dd if=3D/dev/zero of=3D/dev/da1 bs=3D512 count=3D1 && sync && =
sync
>=20
>=20
> #u-boot image =46rom CCWMX53 Starter Kit
> sudo dd if=3Du-boot-ccwmx53js.bin of=3D/dev/da1 bs=3D512 && sync && =
sync
>=20
> # lost the path from the build output that I got the kernel.bin file =
from.
> I have since deleted that jail
> sudo dd if=3Dkernel.bin of=3D/dev/da1 bs=3D512 seek=3D2048 && 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




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