4 Dec 17:09
Re: trying to boot on ADI coyote
Steve Woodford <scw <at> netbsd.org>
2003-12-04 16:09:12 GMT
2003-12-04 16:09:12 GMT
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
RSS Feed