joanxie
Dear Joan-san,
Thank you for your response.
I tried the command. However, Write error occurs.
============================================================
root@imx6qpsabresd:~# echo U:1280x800p-60 > /sys/class/graphics/fb0/mode
-sh: echo: write error: Invalid argument
============================================================
I tried the following resolution for trial. The existing resolution seems to run well.
============================================================
root@imx6qpsabresd:~# echo "U:1280x720p-60" > /sys/class/graphics/fb0/mode
imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
============================================================
I executed the following command.
/usr/sbin/fbset -fb /dev/fb0 -a -g 1280 800 1280 800 32 -t 11976 72 200 3 22 128 6
It seems to be able to output WXGA correctly.
However, sound sampling frequency does not seem to be set correctly from dotoclock.
It seems to be necessary to add a modification to driver\mfd\mxc-hdmi-core.c.
May I have advice?