]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
engicam: icorem6: Add OF C.TOUCH 10.1 Kit
authorJagan Teki <jagan@amarulasolutions.com>
Wed, 13 Sep 2017 11:42:08 +0000 (17:12 +0530)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 6 Oct 2017 20:10:35 +0000 (22:10 +0200)
This patch add support for Open Frame C.TOUCH 10.1 Kit.

Since the defconfig is no longer only for the starter kit, remove that
from BR2_TARGET_GENERIC_ISSUE.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
board/engicam/icorem6/genimage.cfg
board/engicam/icorem6/readme.txt
configs/engicam_imx6qdl_icore_defconfig

index f409a080933a807b46c9d09feca6c9f967493c41..50c01bb1fa14aba46c6588c824e5972945c4faf0 100644 (file)
@@ -3,7 +3,8 @@ image boot.vfat {
                files = {
                        "uImage",
                        "imx6dl-icore.dtb",
-                       "imx6q-icore.dtb"
+                       "imx6q-icore.dtb",
+                       "imx6q-icore-ofcap10.dtb"
                }
        }
        size = 64M
index 5c4b192736da3d50bd697cb5af1a722bbc26bb99..5c5b2bd1f3751824049f21f3f2f8456797b28c0b 100644 (file)
@@ -7,6 +7,8 @@ platform boards.
 
 i.CoreM6 Quad/Dual/DualLite/Solo SOM Starter kits:
 https://www.engicam.com/vis-prod/101120
+i.CoreM6 Quad/Dual/DualLite/Solo Open Frame 10.1 C.TOUCH kits:
+https://www.engicam.com/vis-prod/101133
 
 This configuration uses U-Boot mainline and kernel mainline.
 
@@ -28,6 +30,8 @@ You will find the following files in output/images/:
   - imx6q-icore.dtb
 - for i.CoreM6 DualLite/Solo:
   - imx6dl-icore.dtb
+- for i.CoreM6 Quad/Dual ofcap 10:
+  - imx6q-icore-ofcap10.dtb
   - rootfs.ext4
   - rootfs.tar
   - sdcard.img
index 03e65bd33c42eda4f900f4e2e0bc364b3a039666..8e1908b9bc1ed3d0ece3cda42764d13adbe6ba58 100644 (file)
@@ -30,10 +30,10 @@ 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"
 
 # Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to Engicam i.CoreM6 Quad/Dual/DualLite/Solo Starter Kit"
+BR2_TARGET_GENERIC_ISSUE="Welcome to Engicam i.CoreM6 Quad/Dual/DualLite/Solo"
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y