diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-09-13 17:12:09 +0530 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-06 22:11:19 +0200 |
commit | a7940cf1a0f88b92c50e0ad873c797a18ad0eabe (patch) | |
tree | 8d7a2b5f7d1066e6ae80f4c7ee598719e877a61e | |
parent | b0026bd5aca8005c9102039f08c8c869fc256c68 (diff) | |
download | buildroot-a7940cf1a0f88b92c50e0ad873c797a18ad0eabe.tar.gz buildroot-a7940cf1a0f88b92c50e0ad873c797a18ad0eabe.zip |
board: icorem6: Add Qt5 configs for 1280x800 LVDS display
i.CoreM6 OF C.TOUCH 10.1 Kit has 1280x800 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>
-rw-r--r-- | board/engicam/icorem6/readme.txt | 6 | ||||
-rw-r--r-- | board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json | 11 | ||||
-rw-r--r-- | configs/engicam_imx6qdl_icore_qt5_defconfig | 2 |
3 files changed, 16 insertions, 3 deletions
diff --git a/board/engicam/icorem6/readme.txt b/board/engicam/icorem6/readme.txt index 5c5b2bd1f3..478a48297f 100644 --- a/board/engicam/icorem6/readme.txt +++ b/board/engicam/icorem6/readme.txt @@ -70,8 +70,8 @@ To boot your newly created system: - close JM3 for sd boot. - power on the board. -Testing graphics on i.CoreM6 Starter Kit: -======================================== +Testing graphics on i.CoreM6: +============================ Build with support for Etnaviv, Qt5 and demo applications: @@ -87,6 +87,8 @@ Running glmark2-es2-drm Running Qt5 Cinematic Demo: - for i.CoreM6 Starter Kit # 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 # CinematicExperience-demo Enjoy! diff --git a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json new file mode 100644 index 0000000000..963c7c0031 --- /dev/null +++ b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json @@ -0,0 +1,11 @@ +{ + "device": "/dev/dri/card1", + "hwcursor": false, + "pbuffers": true, + "outputs": [ + { + "name": "LVDS-1", + "mode": "1280x800" + } + ] +} diff --git a/configs/engicam_imx6qdl_icore_qt5_defconfig b/configs/engicam_imx6qdl_icore_qt5_defconfig index cf4439f574..e53a151fe5 100644 --- a/configs/engicam_imx6qdl_icore_qt5_defconfig +++ b/configs/engicam_imx6qdl_icore_qt5_defconfig @@ -30,7 +30,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-icore imx6q-icore" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-icore imx6q-icore imx6q-icore-ofcap10" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/engicam/icorem6/linux_qt5.fragment" # Filesystem |