[android-porting] Re: Boot from SD card

2016-02-12 Thread Mark Hartman
I was just searching the net and saw this group... Thank you for existing... I have a question about "Side-Boot-Loading" on android tablets. I oem unlocked my bootloader and it is now brick material. The question is can I place a bootloader on an sd card to get it to turn on again? If its

[android-porting] Re: Boot from SD card - Suspend Resume issue

2010-07-16 Thread jack
just check if you have CONFIG_MMC_UNSAFE_RESUME enabled in your kernel .config, if not, enable CONFIG_MMC_UNSAFE_RESUME and try. On Jul 16, 4:51 pm, Srikant w.sreeka...@gmail.com wrote: Hi all, We've made SD card 4 partions, 1 FAT32 for U-boot Kernel images, 2 EXT3 for System image, 3

[android-porting] Re: Boot from SD card - Suspend Resume issue

2010-07-16 Thread Sreekanth W
The issue has resolved with the below Kernel Config option http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504391 http://cateee.net/lkddb/web-lkddb/MMC_UNSAFE_RESUME.html - On Fri, Jul 16, 2010 at 1:21 PM, Srikant w.sreeka...@gmail.com wrote: Hi all, We've made SD card 4 partions, 1 FAT32

[android-porting] Re: Boot from SD card

2009-11-25 Thread Frédéric
Is the bootloader provided with android sources? maybe stupid question... On Nov 24, 2:12 am, ?? ? tonypopso...@gmail.com wrote: are u use the uboot as the bootloader? bootloader trans the bootargs to the kernel . If u are using uboot as your bootlaoder,u can set it in uboot, this following

[android-porting] Re: Boot from SD card

2009-11-23 Thread Frédéric
I do not know... I was just thinking the boot loader was compiled with Android. GRUB is maybe the best way to boot Android. Isn't it? On Nov 22, 6:49 pm, abhishek srivastav srivastaabhis...@gmail.com wrote: You should change this in your bootloader. BTW what bootloader you are using ? On

[android-porting] Re: Boot from SD card

2009-11-22 Thread Frédéric
Abhishek, Where should I set bootargs? Is this documented somewhere? regards Frédéric On Nov 22, 12:08 am, abhishek srivastav srivastaabhis...@gmail.com wrote: Fredric, Please make sure that you follow following steps for booting Android from SD card. -Your bootargsboot parameters in