[android-porting] Re: About boot from SD card

2010-05-21 Thread Weber
Thank you all,I have solved it . The cause is that I set the wrong bootargs root=/dev/block/ mmcblock0p1 after changing it to root=/dev/mmcblock0p1 ,it works ok but I can find device file mmcblock0p1 ONLY in /dev/block/ after bootup,it is kind of odd. Why can it be mounted from /dev/mmcblock0p1

[android-porting] Re: About boot from SD card

2010-05-20 Thread Weber
Thank you,Ashwin Bihari Actually,I just want to use sd for my rootfs ,so scene 2) ,3) and 4) are my choices In scene 2),My logs are posted as above And I also try scene 4), but when booting,nothing can be seen in the ttySAC0 console Thanks -Weber On 5月19日, 下午8时02分, Ashwin Bihari

Re: [android-porting] Re: About boot from SD card

2010-05-19 Thread Ashwin Bihari
Here are the possible scneario's, assuming you have NAND and SD card. 1) Bootloaders, Kernel and RFS on NAND, so you boot entirely without an SD card 2) Bootloaders, Kernel on NAND, RFS on SD card 3) Bootloaders on NAND, Kernel on VFAT partition and RFS on EXT3 partiion of SD card 4) Bootloaders,

Re: [android-porting] Re: About boot from SD card

2010-05-19 Thread Akash Choudhari
In case your card is partitioned as ext3 only, you should not use p1 in mmc name - Akash On Wed, May 19, 2010 at 7:02 AM, Ashwin Bihari abih...@gmail.com wrote: Here are the possible scneario's, assuming you have NAND and SD card. 1) Bootloaders, Kernel and RFS on NAND, so you boot entirely

[android-porting] Re: About boot from SD card

2010-05-19 Thread ran
May be some idea from here: http://code.google.com/p/android-on-freerunner/issues/detail?id=7colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20BuildVersion%20AndroidVersion%20Component help you. On 19 май, 05:38, Weber qvbs...@gmail.com wrote: Thank you for your reply I have try a

[android-porting] Re: About boot from SD card

2010-05-18 Thread Weber
Thank you , Deva The console print like this : s3c-hsmmc: card inserted. [s3c_hsmmc_probe]: s3c-hsmmc.0: at 0xc600 with irq 56. clk src: sclk_DOUTmpll_mmc0 seems that it have found sd card? [s3c_hsmmc_probe]: s3c-hsmmc.1: at 0xc620 with irq 57. clk src: sclk_DOUTmpll_mmc1

[android-porting] Re: About boot from SD card

2010-05-18 Thread Weber
Thank you for your reply I have try a partition ext3 and vfat ,but when I open the console ,noting happen. Actually, I just want to use sd card as my roofs,could this work ? Thanks -Weber On May 18, 9:03 pm, Akash Choudhari akas...@gmail.com wrote: Are you partitioning your SD card? You