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]* )
On Mon, Oct 18, 2010 at 6:42 PM, Eric Bénard eric@eukrea.com wrote:
Hi Shawn,
Le 18/10/2010 11:46, Shawn Guo a écrit :
Yes, it's working. And I can get into Linaro console now. So we need the following bits to get it work.
- Wolfram's esdhc driver (merged)
- SDHCI_QUIRK_BROKEN_TIMEOUT_VAL patch
- Babbage registration patch (based on Eric's bits)
- Related kernel configurations
may you please send me your .config and the link to the git tree your are using for your kernel ? I don't manage to boot the Linaro headless rootfs on my board (ureadahead crash then nothing more on the console) and now I've started to play with that I so want to get the login :-D and I think I may be missing a kernel option but which one ?
Kernel : 2.6.37-rc7 + i.MX patches Command line : console=ttymxc0,115200 root=/dev/mmcblk0p3 rootfstype=ext3 ip=off rootwait rw
Thanks, Eric