On Mar 13, 2009, at 5:30 AM, Remco Poelstra wrote:
I'm using a LPC2468 ARM processor and I've updated u-boot to version
2008.10. When I run the standard kernel which is supplied by
EmbeddedArtists the board resets itself immediatly after printing
"starting the kernel...". I've no clue on where to start to tackle
that
problem. Is there any documentation on the lowlevel stuff in uClinux?
Thanks in advance,
Since you updated u-boot, it might not be setting up the architecture
number properly.
It's also possible that there is an incompatibility between the way
the current u-boot and the kernel pass arguments. With arm
processors, it's "atags".
Do you have the kernel source? Find start.S and you can put debugging
in there; if you can twiddle a GPIO, you can at least look at an LED :)
In u-boot, it's in u-boot/lib_arm/armlinux.c that it starts the
kernel. You'll need to see if your kernel expects tags, and make sure
u-boot passes them.
Which "board" do you have u-boot configured for? I couldn't find this
particular board/cpu in the distribution.
-
allon
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev