Actually I first started working with the m5 android kernel and ported
all the drivers mainly following the android on OMAP guide on
elinux.org. But I couldn't solve the fb panning problem mentioned
there, even not with the proposed fix. It seems the lcd driver is not
providing enough memory for a double sized fb buffer.
Because of that I started working on the m3 android kernel which seems
to be able to get along with a simple fb. As said before I can see the
moving red eye.

Other kernel files I had fix or change are only those mentioned in the
android on OMAP guide.

I will prepare the diffs as soon as I can.

On 2 Apr., 14:30, sim0nx <[EMAIL PROTECTED]> wrote:
> > I'm also working on a back port of android to maemo 2.6.21 kernel.
>
> Great ! :-)
>
> > I was able to make the necessary changes to power.c and alarm.c. I
> > don't have the sources available here now but it was mainly about
> > having a look at the first parameter (which is a Linux type) and how
> > its type has changed from 2.6.21 to 2.6.23. You will have to change
> > the functions and then there was a bunch of macros eventually defining
> > some functions. Those need to be adopdet to older types too. I can
> > come back with a diff later.
>
> I'll have a look at the code again and try that.
> It would be nice if you could send me your diff anyway please :-)
>
> > Also important is to disable framebuffer manual update. The line
> > CONFIG_FB_OMAP_MANUAL_UPDATE=y
> > should become
> > #CONFIG_FB_OMAP_MANUAL_UPDATE is not set
> > . Otherwise you will only see a frozen red eye.
>
> Thanks, I've changed that.
>
> Have you done any other changes, e.g. in the framebuffer driver or
> regarding rtc ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-internals?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to