By searching on android-internals I set my .config settings to

# CONFIG_ANDROID_RAM_CONSOLE is not set
CONFIG_ANDROID_LOGGER=y
# CONFIG_ANDROID_TIMED_GPIO is not set
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_PARANOID_NETWORK=y
CONFIG_ASHMEM=y
CONFIG_DEVMEM=y
CONFIG_PANIC_TIMEOUT=0
CONFIG_LOW_MEMORY_KILLER=y
CONFIG_ANDROID_LOGGER=y
# CONFIG_SWITCH is not set

# CONFIG_ANDROID_POWER depends on PM & RTC_CLASS
#ENABLE RTC_CLASS
CONFIG_RTC_CLASS=y
#NEW QUESTION ARE DISPLAY AND SET:
CONFIG_ANDROID_POWER=y
CONFIG_ANDROID_POWER_ALARM=y
CONFIG_ANDROID_POWER_STAT=y


kap


On Dec 1, 10:46 am, kapare <[EMAIL PROTECTED]> wrote:
> Can someone gives me is .config for OMAP3 EVM
>
> After merging the code I launch make and it ask:
>
> Default panic timeout (PANIC_TIMEOUT) [0] (NEW)
> Enable Android's Shared Memory Subsystem (ASHMEM) [N/y/?] (NEW) y
> Memory device driver (DEVMEM) [Y/n/?] (NEW) y
> Low Memory Killer (LOW_MEMORY_KILLER) [N/m/y/?] (NEW) y
> Switch class support (SWITCH) [N/m/y/?] (NEW) y
> GPIO Swith support (SWITCH_GPIO) [N/m/y/?] (NEW) y
> RAM buffer console (ANDROID_RAM_CONSOLE) [N/y] (NEW) y
> Enable verbose console messages (ANDROID_RAM_CONSOLE_ENABLE_VERBOSE)
> [Y/n] (NEW) y
> Enable error correction (ANDROID_RAM_CONSOLE_ERROR_CORRECTION) [N/y]
> (NEW) y
> Data data size (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_DATA_SIZE) [128]
> (NEW)
> ECC size (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_ECC_SIZE) [16] (NEW)
> Symbol size (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_SYMBOL_SIZE) [8]
> (NEW)
>     Polynomial (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_POLYNOMIAL)
> [0x11d] (NEW)
>   Start ram console early (ANDROID_RAM_CONSOLE_EARLY_INIT) [N/y] (NEW)
> Android log driver (ANDROID_LOGGER) [Y/n] (NEW) y
> Android timed gpio driver (ANDROID_TIMED_GPIO) [Y/n] (NEW) y
> Binder IPC Driver (ANDROID_BINDER_IPC) [Y/n/m] (NEW) y
> Only allow certain groups to create sockets (ANDROID_PARANOID_NETWORK)
> [Y/n/?] (NEW) y
>
> I'm interested to know what are the kernel default config for Android
> on OMAP3 EVM
>
> Maybehttp://elinux.org/Android_on_OMAP#Kernel_configuration
> are ok ?
>
> Regards
>
> kap
>
> On Dec 1, 4:10 am, janu0204 <[EMAIL PROTECTED]> wrote:
>
> > Hi Anil,
> >            This is janakiram ,i too an planning to port android on
> > OMAP ,but its on 2420.I required your guidance
> > Kindly let me know how to proceed
>
> > I am plannig to do it on Ubuntu Linux as host
>
> > but while i am trying to install the emulator i am geting error
> > regarding SDL.
>
> > I would also like to know from how did u proceed in porting on
> > anndroid if you can share me a document how you had done it will be
> > more helpful
>
> > regards
> > ram
> > On Nov 27, 11:19 am, "Anil Sasidharan" <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > >             We have ported android-1.0 onto OMAP3EVM (from Mistral)
> > > with 2.6.26 kernel. If you are interested in getting some info/support
> > > on this, please let us know.
>
> > > Warm Regards,
> > > Anil
> > > Mistral
>
> > > Warm Regards,
> > > Anil
>
> > > On Thu, Nov 27, 2008 at 7:34 AM, kapare <[EMAIL PROTECTED]> wrote:
>
> > > > Nice I'm happy to speak and exchange with MontaVista guy!
>
> > > > I imagine that your demo with OMAP 3EVMand montavista src have been
> > > > ship for Embedded Technology 2008 in Yokohama, Japan, November 19-21 ?
>
> > > > I'm still wiondering why you used 2.6.24 and not minimally 2.6.25 or
> > > > higher, since android is 2.6.25.
>
> > > > I will try to go with 2.6.22.18 TI src and patch android on it!
>
> > > > thx for infos
>
> > > > kap
>
> > > > On Nov 26, 1:45 pm, Maxime Petazzoni <[EMAIL PROTECTED]>
> > > > wrote:
> > > >> Hi,
>
> > > >> On 26 nov, 18:36, kapare <[EMAIL PROTECTED]> wrote:
>
> > > >> > > No, I've used MontaVista Linux 2.6.24 
> > > >> > > :http://mvista.com/press_release_detail.php?fid=news/2008/MontaVista-L...
> > > >> > > , on top of which I added the Android drivers (that needed a bit of
> > > >> > > work because of some differences between 2.6.25 and 2.6.24, 
> > > >> > > especially
> > > >> > > in sysfs).
>
> > > >> > Did you get the src code from git our from support of monta vista?
>
> > > >> > thx for helping a guy a bit lost!
>
> > > >> I work at MontaVista, and the press release up there depicts our work
> > > >> on Android. We used our kernel as the base for the Android port, so we
> > > >> already have OMAP3EVM and OMAP3LDP board support. Except from small
> > > >> keypad mapping changes betweenEVMand Zoom, I only had to rebuild the
> > > >> kernel for the correct board to move from theEVMto Zoom. I haven't
> > > >> tested yet, but I suspect it will go as smoothly for the BeagleBoard
> > > >> as well.
>
> > > >> - Maxime
>
> > > >> > kap
>
> > > >> > On Nov 26, 4:57 am, Maxime Petazzoni <[EMAIL PROTECTED]>
> > > >> > wrote:
>
> > > >> > > Hi,
>
> > > >> > > On 26 nov, 00:28, kapare <[EMAIL PROTECTED]> wrote:
>
> > > >> > > > Hi Maxime,
>
> > > >> > > > I have a OMAP3EVM and I'm interested in porting it with android.
>
> > > >> > > > OMAP3EVM come with OMAP35x_SDK_0.9.5 that contain 2.6.22.18.
>
> > > >> > > > 1- Did you port the kernel to 2.6.25 or just used 2.6.22.18 + 
> > > >> > > > android
> > > >> > > > patch - goldfish stuff ?
>
> > > >> > > No, I've used MontaVista Linux 2.6.24 
> > > >> > > :http://mvista.com/press_release_detail.php?fid=news/2008/MontaVista-L...
> > > >> > > , on top of which I added the Android drivers (that needed a bit of
> > > >> > > work because of some differences between 2.6.25 and 2.6.24, 
> > > >> > > especially
> > > >> > > in sysfs).
>
> > > >> > > > 2- Did you try to directly use the OMAP zoom on a OMAP3EVM, It 
> > > >> > > > seem to
> > > >> > > > work very slow and bugy!
>
> > > >> > > Sorry, I don't understand your question :(
>
> > > >> > > - Maxime- Hide quoted text -
>
> > > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [EMAIL PROTECTED]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to