Hi Marcus,

Marcus Tangermann wrote:
we currently try to boot a 2.6.21 kernel on a custom IXP422 based board. The 
boot loader (U-Boot) works fine so far, memory and flash test run successfully, 
the NPE is also able to ping a host. So we assume the board itself is more or 
less working at least.
When we try to boot a 2.6.21 kernel after uncompressing the kernel the boot 
process dies somehow. We've figured out so far that the kernel dies somewhere 
between  the gunzip and start_kernel.
I would be glad for any hint to be able to solve the problem.

The most common problem like this I have seen are that the
ARM machine type set by the boot loader does not match those
compiled into the kernel. Also make sure that the RAM
size being passed to the kernel is correct too.

Enable the kernels CONFIG_DEBUG_LL and it may give you some
early debug output (like an id not supported message). That
assumes a serial console...

Regards
Greg



------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     [EMAIL PROTECTED]
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
--
To unsubscribe from this list: send the line "unsubscribe linux-embedded" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to