Using Raspberry Pi Display on CM3 with Android Things

吃可爱长大的小学妹 提交于 2020-01-25 02:59:05

问题


I'm developing an app on Raspberry Pi 3 using Android Things as OS. I started using the normal Raspberry Pi 3 with the official touch screen. Everything worked fine, so I tried the same setup on the development board with the rpi compute module 3 lite (CM3L). Unfortunately the display doesn't turn on.

After some research I found this: https://www.raspberrypi.org/documentation/hardware/computemodule/cmio-display.md

Seems like I have to adjust the options for SDA and SLC on the OS as well as changing the device tree. But as I am using Android Things as OS, I don't know if this is even possible. Is there a way to use the adb cli for configs like this?


回答1:


CM3/CM3L is not in Android Things Supported Hardware Platforms, so seems it's impossible to configure official Raspberry DSI touch screen properly on OS level. But, if Android Things really works on CM3, you can use display with non DSI interface, e.g., HDMI like this with User Space Driver for touch like that.



来源:https://stackoverflow.com/questions/50210665/using-raspberry-pi-display-on-cm3-with-android-things

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!