I set-up the Kamikaze toolchain (from openwrt), and compiled Linux 2.6.30.x kernel for an AMCC PPC405ex kilauea reference board. However, for some reason I am doing something wrong in uBoot, as I am not able to run the kernel from an squashfs image. The image loads fine over tftp and uncompresses, but the console output does not start.
I haven't changed the Linux kernel command line and it looks just fine (console=ttyS0,115200 root=/dev/mtdblock
). I am also a bit puzzled what is fdt in uBoot?
I am not entirely certain if this really belongs on stackoverflow, but then again this is not really a superuser.com question either (and because this has to do with a development environment it definitely is programming related, even though not exactly a programming question)