Trying to work the 2.6.38 kernel provided by FriendlyARM into the mini6410 git BSP has been mostly successful except for a particular condition where Busybox init starts before the kernel has found the SD card, registered mmcblk0, and mounted mmcblk0p1. In this condition the error "mount: mounting /dev/mmcblk0p1 on /r failed: No such device or address" will be displayed followed later by "/init: line 103: can't open /r/dev/console: no such file", which will then result in a kernel panic. Is there a method to make the kernel wait for the SD card before loading into init? Thanks, - David
