Le 18/10/2010 12:58, Shawn Guo a écrit :
Here you go. I'm using Linaro tree below.
git://git.linaro.org/kernel/linux-linaro-2.6.35.git
Also make sure you have the change below for /bin/auto-serial-console.
line #15 of auto-serial-console: tty[A-Z]* ) --> tty[a-zA-Z]* )
Thanks. Now it's booting fine on my board (using 2.6.36-rc7 + mmc & imx patches). The error was that I wasn't using the uInitrd which seems to be absolutely necessary to prepare the rootfs to boot.
Eric