tinker board 2S接入HDMI屏修改分辨率为1280x720
请参考附件中sop,使用附件中两个文件,对source code进行操作。如需修改为其他的分辨率,请提供以下命令得到的所有*.txt文档,用于获取屏幕信息,导入source code中
a. adb root
b. adb shell cat /sys/class/drm/card0-HDMI-A-1/edid >> edid.txt
c. adb shell cat /sys/class/drm/card0-HDMI-A-1/mode >> mode.txt
d. adb shell cat /sys/class/drm/card0-HDMI-A-1/modes >> modes.txt
e. adb shell dmesg -c
f. adb shell cat /sys/class/drm/card0-HDMI-A-1/status > status.txt
g. adb shell cat /sys/class/drm/card0-HDMI-A-1/enabled > enabled.txt
h. adb shell echo 0x0c > /sys/module/drm/parameters/debug
i. adb shell dmesg > dmesg.txt
页:
[1]