mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
b0026bd5ac
commit
a7940cf1a0
@ -70,8 +70,8 @@ To boot your newly created system:
|
|||||||
- close JM3 for sd boot.
|
- close JM3 for sd boot.
|
||||||
- power on the board.
|
- 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:
|
Build with support for Etnaviv, Qt5 and demo applications:
|
||||||
|
|
||||||
@ -87,6 +87,8 @@ Running glmark2-es2-drm
|
|||||||
Running Qt5 Cinematic Demo:
|
Running Qt5 Cinematic Demo:
|
||||||
- for i.CoreM6 Starter Kit
|
- for i.CoreM6 Starter Kit
|
||||||
# export QT_QPA_EGLFS_KMS_CONFIG=/root/imx6qdl-icore.json
|
# 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
|
# CinematicExperience-demo
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"device": "/dev/dri/card1",
|
||||||
|
"hwcursor": false,
|
||||||
|
"pbuffers": true,
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"name": "LVDS-1",
|
||||||
|
"mode": "1280x800"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -30,7 +30,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
|
|||||||
BR2_LINUX_KERNEL_UIMAGE=y
|
BR2_LINUX_KERNEL_UIMAGE=y
|
||||||
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
|
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
|
||||||
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
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"
|
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/engicam/icorem6/linux_qt5.fragment"
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user