Subject: Re: trying to boot on ADI coyote
To: Franck Baudin <franck.baudin@6wind.com>
From: Steve Woodford <scw@netbsd.org>
List: port-arm
Date: 12/04/2003 16:09:12
On Thursday 04 December 2003 2:32 pm, Franck Baudin wrote:

[Booting NetBSD on ADI Coyote]

>     Raw file loaded 0x01000000-0x012abbdb, assumed entry at
> 0x01000000 RedBoot> exec 0x1200000
>     Using base address 0x01000000 and length 0x002abbdc
>     $T050f:01200070;0d:0000b2c0;#3e$T050f:01200070;0d:0000b2c0;#3e

The last time I saw that kind of output on an xscale board it was caused 
by using the wrong endian toolchain to build the kernel.

The IXP425 cpu runs in big-endian mode on the Coyote, so make sure you 
use "build.sh -m evbarm -a armeb" when building the cross-toolchain.

Cheers, Steve