Discussion:
[android-porting] Android porting display on omap architecture
Liechtenstein abbey
2018-06-18 07:35:08 UTC
Permalink
Hi there,
I'm trying to port Android 7 on omap4 Device architecture. In particular I don't know the steps to do to port the lcd display drivers. Could you please suggest me any documentato that explain how to do this or a summary where I can find the steps to do it?
Thank you guys for your support!
--
--
unsubscribe: android-porting+***@googlegroups.com
website: http://groups.google.com/group/android-porting

---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
chinda keodouangsy
2018-06-19 07:41:12 UTC
Permalink
Do you already have the LCD driver source code or you have to write from
scratch?

Anyway you have to check if your LCD driver supports a Device Tree ( DT )
mechanism and all your LCD's I/Os are correctly defined in the DT.

For more details, you check the following link:
https://source.android.com/devices/

Hope that help.

Cheers
Chinda
Post by Liechtenstein abbey
Hi there,
I'm trying to port Android 7 on omap4 Device architecture. In particular I
don't know the steps to do to port the lcd display drivers. Could you
please suggest me any documentato that explain how to do this or a summary
where I can find the steps to do it?
Thank you guys for your support!
--
--
website: http://groups.google.com/group/android-porting
---
You received this message because you are subscribed to the Google Groups
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
--
unsubscribe: android-porting+***@googlegroups.com
website: http://groups.google.com/group/android-porting

---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Satish Patel
2018-06-19 04:46:29 UTC
Permalink
Post by Liechtenstein abbey
Hi there,
I'm trying to port Android 7 on omap4 Device architecture. In particular I
don't know the steps to do to port the lcd display drivers. Could you
please suggest me any documentato that explain how to do this or a summary
where I can find the steps to do it?
Thank you guys for your support!
- ​Make sure LCD drivers are enable within the kernel​
- Also run some fbdev/fbtest like utility to ensure it works fine
- From the Android perspective it should work right after
that..if hardware/qcom/display has the default implementation on
/dev/graphics/fb0
Post by Liechtenstein abbey
--
--
website: http://groups.google.com/group/android-porting
---
You received this message because you are subscribed to the Google Groups
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
Regards,
satish patel
--
--
unsubscribe: android-porting+***@googlegroups.com
website: http://groups.google.com/group/android-porting

---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...