diff options
| author | Jagan Teki <jagan@amarulasolutions.com> | 2017-09-13 17:12:11 +0530 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-06 22:12:17 +0200 |
| commit | 02408a54c7c8a11a661f6e1d1bb8a405562d2213 (patch) | |
| tree | 5f93e10c704cb01a564136c2a2feeed3ad755b40 /board/engicam/icorem6 | |
| parent | 7a4eedfcf3d9602ee75d2da10b2c4e73d16776ed (diff) | |
| download | buildroot-02408a54c7c8a11a661f6e1d1bb8a405562d2213.tar.gz buildroot-02408a54c7c8a11a661f6e1d1bb8a405562d2213.zip | |
board: icorem6: Add Qt5 configs for 1280x480 LVDS display
i.CoreM6 OF C.TOUCH 12 Kit has 1280x480 LVDS display, this patch adds
relevant qt5 configs with supports opensource Etnaviv graphical stack.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'board/engicam/icorem6')
| -rw-r--r-- | board/engicam/icorem6/readme.txt | 2 | ||||
| -rw-r--r-- | board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/board/engicam/icorem6/readme.txt b/board/engicam/icorem6/readme.txt index 8634f64768..0b6f216029 100644 --- a/board/engicam/icorem6/readme.txt +++ b/board/engicam/icorem6/readme.txt @@ -91,6 +91,8 @@ Running Qt5 Cinematic Demo: # export QT_QPA_EGLFS_KMS_CONFIG=/root/imx6qdl-icore.json - for i.CoreM6 ofcap10 # export QT_QPA_EGLFS_KMS_CONFIG=/root/imx6qdl-icore-ofcap10.json +- for i.CoreM6 ofcap12 +# export QT_QPA_EGLFS_KMS_CONFIG=/root/imx6qdl-icore-ofcap12.json # CinematicExperience-demo Enjoy! diff --git a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json new file mode 100644 index 0000000000..36700affda --- /dev/null +++ b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json @@ -0,0 +1,11 @@ +{ + "device": "/dev/dri/card1", + "hwcursor": false, + "pbuffers": true, + "outputs": [ + { + "name": "LVDS-1", + "mode": "1280x480" + } + ] +} |

