I need to know how boot loading works. Is there any specific things related to Android and SD cards?
I saw "bootable" folder. What should I do with this? On Nov 24, 4:35 am, "Dennis.Yxun" <[email protected]> wrote: > I don't think you should specify any kernel bootargs in the bootloader, > just make sure kernel have built in ext2 fs > and customize your own init.rc scripts, edit the line related to "mount" > > On Sun, Nov 22, 2009 at 7:08 AM, abhishek srivastav < > > [email protected]> wrote: > > Fredric, > > > Please make sure that you follow following steps for booting Android from > > SD card. > > > -Your bootargs<boot parameters in bootloader> should be set to SD card. > > -For booting Android from SD card your SD card should be formatted in ext2 > > format. > > -Copy the following files/directory from *out/target/product/generic* > > * > > * > > *cp -a root/* <SDCARD> > > *cp -a data/* <SDCARD> > > cp -a system/* <SDCARD> > > > Now, you are set to boot Android from SDcard. > > > Regards, > > Abhishek > > On Sat, Nov 21, 2009 at 2:47 PM, Frédéric <[email protected]> wrote: > > >> Hi, > > >> I just compiled Android and I want to put files on SD card in order to > >> make it starting up. Is there any procedure? > > >> regards, > > >> Frederic > > >> -- > >> unsubscribe: > >> [email protected]<android-porting%[email protected]> > >> website:http://groups.google.com/group/android-porting > > > -- > > unsubscribe: > > [email protected]<android-porting%[email protected]> > > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
