Hi,
getting nothing is normally not very helful for debugging, but unfortunately it is normal at this stage. If anything goes wrong before the linux kernel initializes the initial console (serial port), you can only use a debugger to see what happens, and for this you have to be quite familiar with how to use the debugger at such a low level (which I am not either, unfortunately).
If you have all interrupts disabled in colilo (set IMRL and IMRH to 0xFFFFFFFF), then the issue I mentioned above is not your problem.
Some other things:
- what linux version are you using?
For MCF53xx, the uClinux versions currently do not use
the kernel command line, I do not know if this is also
the case for "regular" linux and MCF54xx?
- what serial port are you using for the console? This
is related to the above thing, because in my case
(MCF53xx), I was not able to specify the console port
using the command line...
- is the set-up correct? Again, somebody else can maybe
say more, because I only know that for the MMU-less
MCF53xx and uClinux, you have to specify the correct
memory location and layout during kernel compilation.
Hope this gives some more ideas where to look at.
Regards,
Wolfgang