[android-porting] Re: Android init.rc

2011-05-23 Thread tforce
I think you want to look into your BoardConfig.mk file. Usually this file is located in /vendor/// folder. You can add some parameters as following: Ifeq($(x),1) BOARD_BOOTMEDIA:=harddisk # This refers booting from hard drive Else Ifeq($(x),2) BOARD_BOOTMEDIA:=sdcard1 #This refer

[android-porting] Re: android eclair system image problem

2011-05-19 Thread tforce
This means your system files are not programmed correctly. Use fastboot command to program system.img file. Are you booting from usb or any external drive? -Tapan On May 16, 8:31 pm, Manoj Kumar wrote: > hi, > > I am running android eclair BSP on my SMDK6410 board. I am using > kernel version