I'm sorry I am unused to English sentences.
I'm working on the DM368 EVM.
DVSDK ver4.0.2.00.6
Linux ver \2.26.01.02
=========================
I want to switch output desplay.
component -> LCD
I have't kwon how.
Please tell me this how or function.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm sorry I am unused to English sentences.
I'm working on the DM368 EVM.
DVSDK ver4.0.2.00.6
Linux ver \2.26.01.02
=========================
I want to switch output desplay.
component -> LCD
I have't kwon how.
Please tell me this how or function.
Thank you for information.
But I can not understand.
If possible, Please tell me more info.
Hi lvan
Thank you for link
I understood now.
I can boot target that LCD
but software starting is output component..
I want to change output LCD Display.
Thanks,
shingo
Hi Tsvetolin Shulev
Thank you for your infomation.
I try it, but I Incomprehensible this process.
Is it change Linux Driver?
Or Would operation from matrix-gui?
Shingo,
The linked above article provides some examples of using sysfs interface to change display settings like selecting active overlay, manager and display but it didn't make any changes in the display driver.
BR
Tsvetolin Shulev
I am sorry for the late reply.
I understood your advice now.
Try change output command, but target is not changed.
I change this path init files.
/ti-dvsdk dm365-evm・・・/example-applications/matrix-gui-e1.3/dm365/etc/init or ・・・/dm365/x11/init
This code is following.
=======================
echo COMPONENT > /sys/class/davinci_display/ch0/output -> echo LCD > /sys/class/davinci_display/ch0/output
echo 480P-60 /sys/class/davinci_display/ch0/mode -> echo 480x272 > /sys/class/davinci_display/ch0/mode
=======================
This change code is sample in the matrix-gui-e start code.
Can I understand?