[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-20 Thread BiX
Woohoo!!Trying a new build on a fresh copy turns out to be a good idea! Might have been an error somewhere while I was building it previously. Android is booted up Yay~ I'm still getting these warnings though: Warning: unable to open an initial console. init: /init.rc: 149: invalid option 'root'

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread BiX
Hey Amit, Thanks but your init does not work for me =( I'm using omap 3530. How do you attach files here btw? On Jan 19, 2:39 pm, Amit Pundir pundira...@gmail.com wrote: On Tue, Jan 18, 2011 at 2:43 PM, BiX bixt...@gmail.com wrote: Hi, I'm booting Android 2.3 on BeagleBoard with kernel

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread BiX
Ok I've tried Amit's init.rc and changed the loglevel to 8. Now my output is like this: request_suspend_state: wakeup (0-0) at 91406616215 (1970-01-02 00:01:11.733856) init: service 'media' is being killed init: starting 'media' init: waitpid returned pid 1156, status = 000f init: untracked

Re: [android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread Deva R
can u share complete log? need to check where failure starts., i still feel the init.rc is not minimal init: process 'pvr', pid 1209 why do we start graphics hardware service? we can comment this. On Wed, Jan 19, 2011 at 3:00 PM, BiX bixt...@gmail.com wrote: Ok I've tried Amit's init.rc and

Re: [android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread Amit Pundir
On Wed, Jan 19, 2011 at 3:00 PM, BiX bixt...@gmail.com wrote: Ok I've tried Amit's init.rc and changed the loglevel to 8. Now my output is like this: request_suspend_state: wakeup (0-0) at 91406616215 (1970-01-02 00:01:11.733856) init: service 'media' is being killed init: starting

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread BiX
Sorry I'm new to Linux and Android. I followed this article http://blog.sola-dolphin-1.net/archives/3171603.html for Android 2.3 There was no successful porting at all. I'm not sure how to run with minimal init.rc The only loglevel I see in init.rc is 'loglevel 3', am I supposed to change it? I