Re: [android-porting] Omap4430 ES1.0 boot init error

2010-11-10 Thread Deva R
Sorry, its my bad - i mistook external emmc booting with onboard emmc booting. provided your kernel has booted, no problem with card interface., only filesystem start have issue, and it could be - wrongly formatted partition ext3 - error in filesystem preparation - wrong partition number (see

Re: [android-porting] Omap4430 ES1.0 boot init error

2010-11-10 Thread Md Oblivious
Hi let me explain better: I'm working on boot by sdcard, so when i use sdcard I'm able to perform the boot, whilst when I use a esternal emmc used as sdcard (with sdcard adapter) I have the problem showed below and I not able to perform the boot. Of course the partition and the software are the s

Re: [android-porting] Omap4430 ES1.0 boot init error

2010-11-09 Thread Md Oblivious
Deva, thanks for the reply here below complete bootargs: setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootdelay=2 mem=463M init=/init setenv bootcmd 'mmcinit 0; fatload mmc 0 0x8000 uImage; bootm 0x8000' boot Please let me know. Thanhs and Regards, Oblivious 2010/11/8

Re: [android-porting] Omap4430 ES1.0 boot init error

2010-11-09 Thread Deva R
Can you share kernel bootlog? we can crosscheck if kernel command line is passed properly, for eg. see "Kernel command line" in below log.. Uncompressing Linux... done, booting the kernel. Linux version 2.6.35-00158-g3957b62 (d...@deva-ubunt) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #5

Re: [android-porting] Omap4430 ES1.0 boot init error

2010-11-08 Thread Deva R
bootargs are incomplete, but setenv command looks good. can u share complete kernel bootlog? somehow "init=/init" set during setenv in uboot is not effective.. probably newline character as shared here? ps. you will get immediate response for omap release queries at http://groups.google.com/group

[android-porting] Omap4430 ES1.0 boot init error

2010-11-05 Thread Oblivious
Hi to all, I tried to boot Omap4430 ES1.0 from SD card ( kernel +file system). I used the Android pre-built binary L27RC0. I partitioned the SD and copy the binary in according to the guide: http://omappedia.org/wiki/Android_SD_Configuration The boot parameter from minicom are: setenv bootargs c