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] website: http://groups.google.com/group/android-porting
