HI!
The problem was with SDRAM memory. My kernel saw only 24 M SDRAM of
128 M available on the platform.
You can see it at the beginning of linux kernel start, it prints:
Total memory: ___, and available memory:___.
So you need a lot of available memory. In my case Android started
working after i got 124 M of available memory.
Check it.

Regards

On Apr 1, 8:22 am, vishal bhoj <vishalb...@gmail.com> wrote:
> I am trying to boot android with 2.6.32 kernel.My system is crashing at the
> same place.
>
> My crash log_
>
> [   31.218688] WARNING: at kernel/workqueue.c:485
> flush_cpu_workqueue+0x30/0xb0()
> [   31.225982] Modules linked in:
> [   31.229125] [<c0039c48>] (unwind_backtrace+0x0/0xdc) from [<c0061e5c>]
> (warn_slowpath_common+0x4c/0x80)
> [   31.238616] [<c0061e5c>] (warn_slowpath_common+0x4c/0x80) from
> [<c0078bdc>] (flush_cpu_workqueue+0x30/0xb0)
> [   31.248474] [<c0078bdc>] (flush_cpu_workqueue+0x30/0xb0) from
> [<c03c552c>] (tty_ldisc_release+0x3c/0x88)
> [   31.258056] [<c03c552c>] (tty_ldisc_release+0x3c/0x88) from [<c03c07b8>]
> (tty_release+0x4a4/0x51c)
> [   31.267120] [<c03c07b8>] (tty_release+0x4a4/0x51c) from [<c00e1c70>]
> (__fput+0x108/0x1f4)
> [   31.275817] [<c00e1c70>] (__fput+0x108/0x1f4) from [<c00de6e8>]
> (filp_close+0x70/0x7c)
> [   31.283813] [<c00de6e8>] (filp_close+0x70/0x7c) from [<c0063d20>]
> (put_files_struct+0x88/0xe8)
> [   31.292541] [<c0063d20>] (put_files_struct+0x88/0xe8) from [<c04982d0>]
> (binder_deferred_func+0x4ec/0x538)
> [   31.302276] [<c04982d0>] (binder_deferred_func+0x4ec/0x538) from
> [<c0079350>] (worker_thread+0x1d8/0x288)
> [   31.311950] [<c0079350>] (worker_thread+0x1d8/0x288) from [<c007cb74>]
> (kthread+0x78/0x80)
> [   31.320312] [<c007cb74>] (kthread+0x78/0x80) from [<c00359dc>]
> (kernel_thread_exit+0x0/0x8)
>
> HOw did u solve this ?
>
> Thanks in advance,
> Regards,
> Vishal
>
> On Tue, Mar 30, 2010 at 8:05 PM, supermaximus79 <andruschenk...@mail.ru>wrote:
>
> > Thanks!
>
> > I already added pan function to my framebuffer driver, but seems
> > something goes wrong.
> > Screen is blinking too much.
> > Also i fixed touch screen, now it works!
>
> > On Mar 30, 9:20 am, Qipeng <qipeng.zhang0...@gmail.com> wrote:
> > > Congratulation!
>
> > > According to goldfishfb.c in android kernel, you may add the 'pan'
> > > function to solve the blinking.
> > > For touchscreen, try to make sure your driver is ok, and get more
> > > information from Eventhub.cpp in SourceCode.
>
> > > Good luck.
>
> > > On Mar 30, 3:41 am, supermaximus79 <andruschenk...@mail.ru> wrote:
>
> > > > Thanks a lot Abukustafan!
>
> > > > Today i at last started android on my platform.
> > > > What i can say, screen is blinking, and touchscreen doesn't work at
> > > > all.
> > > > Do you have the same problems on your platform?
> > > > How to make touch screen work?
>
> > > > Thanks again!
>
> > > > Best wishes!
>
> > > > On Mar 29, 4:10 am, abukustfan <abukust...@gmail.com> wrote:
>
> > > > > Hi,
>
> > > > > Yes, pmem andandroidpower are not necessary forandroid.
> > > > > I also did not enable these for my platform.
>
> > > > > On Mar 26, 8:54 pm, supermaximus79 <andruschenk...@mail.ru> wrote:
>
> > > > > > Hi!
> > > > > > I use init.rc whichandroidbuilds with ramdisk.img.
> > > > > > I a little modified init.rc - set loglevel to 6.
> > > > > > Also my kernel doesn't have driver pmem, andandroidpower. But i red
> > > > > > that this driver is not necessary forandroid. isn't it?
>
> > > > > > On Mar 26, 6:20 am, Neo <zingafri...@yahoo.com> wrote:
>
> > > > > > > I feel some of your kernel configs could be off.
>
> > --
> > unsubscribe: 
> > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> > website:http://groups.google.com/group/android-porting
>
> > To unsubscribe from this group, send email to android-porting+
> > unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> > ME" as the subject.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

To unsubscribe, reply using "remove me" as the subject.

Reply via email to