[android-porting] Waiting for root device /dev/mmcblk0p1

2010-08-29 Thread PREMRAJ SV
Hello all, I am trying to port Android to Hawkboard. Using SD card to load my filesystem. Created a bootable partition in SD card mmcblk0p1. Copied my filesystem. After inserting in the target board, when booting i am getting the following boot log. My SD card is not being detected.

Re: [android-porting] Waiting for root device /dev/mmcblk0p1

2010-08-30 Thread Ashwin Bihari
Prem, You didn't build the MMC/SD support in the Kernel, so it wasn't detected but the Kernel has to wait for it to appear. Check your Kernel configuration. Regards -- Ashwin On Mon, Aug 30, 2010 at 2:55 AM, PREMRAJ SV wrote: > Hello all, >    I am trying to port Android to Hawkbo

Re: [android-porting] Waiting for root device /dev/mmcblk0p1

2010-08-30 Thread PREMRAJ SV
Hi, I have figured it out the issue is in my bootloader, u-boot does not support SD card. I am trying with new version of u-boot released in may 2010. I am looking for any document to flash u-boot into NAND. I am using ubuntu 9.04 as host. Can anyone tell how to flash u-boot to NAND. -- unsub

Re: [android-porting] Waiting for root device /dev/mmcblk0p1

2010-08-30 Thread Ashwin Bihari
Actually no, the issue is in the Kernel since you've already booted into it from your bootloader so it has sufficient support of the SD card to load your Kernel image. Nothing you do or fix in U-Boot will directly affect your Kernel not finding/looking for the SD card. Check your Kernel configurat