This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI AM3517 Linux cannot boot

Other Parts Discussed in Thread: AM3517

Hi everyone,

I'm using a custom board for the AM3517.  Previously I was using a kernel for the "Pandroid", and that could boot on my board perfectly.

I changed my kernel to the official Omap Development Tree (the "tmlind" one), and ported my boardfile across.

The kernel starts booting, but hangs at a particular point.  I can't see any errors, so I don't know where to start debugging!

Could anybody give me a suggestion?

Thanks!


Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.8.0-rc7-12292-g2232037-dirty (andrew@ubuntu-andrew) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #34 Mon Mar 11 10:39:17 CST 2013
[    0.000000] CPU: ARMv7 Processor [411fc087] revision 7 (ARMv7), cr=10c53c7d
....
[    2.402648] ALSA device list:
[    2.405792]   No soundcards found.
**HANGS HERE**

  • Found the solution.

    I removed sound card support under "menuconfig", then I got this message:

    [    2.179260] Waiting for root device /dev/mmcblk0p2...

    I found this patch from Mark A. Greer: [url]http://www.mail-archive.com/linux-omap@vger.kernel.org/msg72605.html[/url]

    I have no idea how it works, or why it works for me, but now I can boot properly.