On Tue, 8 May 2012 13:36:47 +0000 Michael Crowe <[email protected]> wrote: ... > 3944336 bytes read > > ## Booting kernel from Legacy Image at 80200000 ... > > Image Name: Linux-3.4.0-rc2+ > > Image Type: ARM Linux Kernel Image (uncompressed) > > Data Size: 3944272 Bytes = 3.8 MB > > Load Address: 80008000 > > Entry Point: 80008000 > > Verifying Checksum ... OK > > Loading Kernel Image ... OK > > OK > > > > Starting kernel ... > > > > Uncompressing Linux... done, booting the kernel.
Your kernel is probably booting, but without serial console output. What does U-Boot pass as the serial console parameter? If something like "console=ttySx" then it might be the issue. With this recent kernel try passing "console=ttyOx" instead (where 'x' is the UART number). HTH, Anatolij -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
