Other Parts Discussed in Thread: BEAGLEBOARD-X15, AM5728
Hi,
environment:
hardware: TI AM5728 BeagleBoard-X15 board
software: android O (SDK is ti-processor-sdk-android-am57xx-evm-04.02.00.09-Linux-x86-Install.bin)
issue:
The board connect to LCD via HDMI.
When I download prebuild images, and run below commands:
adb root
adb remount
adb shell 'echo "ro.hwc.primary.conn=HDMI" >> /system/build.prop'
adb shell 'echo "ro.hwc.external.conn=dummy" >> /system/build.prop'
The display is OK.
But when I rebuild and download these images. there is not display.
I found that replace boot.img, display is OK.
even further, only need to replace "sepolicy" file in ramdisk.img, display is OK.
why and how to solve this display problem?
Regards,
qu shenghui