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?