Re: [U-Boot] support for the coldfire M5234BCC (SOLVED)

2011-11-23 Thread Richard Cochran
To answer my own question, the problem was that the compiler was too old. I was using the latest one from the uClinux website, namely m68k-uclinux-tools-20080626.sh. Thanks to Christian for the off-list advice to use the more recent release from CodeSourcery: https://sourcery.mentor.com/sgpp/l

Re: [U-Boot] support for the coldfire M5234BCC

2011-11-22 Thread Richard Cochran
On Tue, Nov 22, 2011 at 07:34:01AM +0100, Christian Riesch wrote: > Hi Richard, > Freescale's website [1] states that this board was similar to the > M5235BCCKIT and there is a M5235EVB configuration in boards.cfg. Could this > be your board? Yes that looks close enough, but it does not compile:

[U-Boot] support for the coldfire M5234BCC

2011-11-21 Thread Richard Cochran
I am running the very latest mainstream Linux kernel on the Freescale M5234BCC. The kernel boots file (if I hack the root device in drivers/mtd/maps/uclinux.c). However, I am getting really tired of the dBUG thing. It only can fetch an image via TFTP if I force the host NIC into 10 megabit mode. I