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

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 50c01bb1fa14aba46c6588c824e5972945c4faf0..835d905869b1280dd4bae1f61ba2ee2f1810cdaf 100644 (file)
@@ -4,7 +4,8 @@ image boot.vfat {
                        "uImage",
                        "imx6dl-icore.dtb",
                        "imx6q-icore.dtb",
-                       "imx6q-icore-ofcap10.dtb"
+                       "imx6q-icore-ofcap10.dtb",
+                       "imx6q-icore-ofcap12.dtb"
                }
        }
        size = 64M
index 478a48297fa97f1a7a93f9fc6ef2ec954b97aacf..8634f64768e7894d2d0fa87d308bbecebb46d629 100644 (file)
@@ -32,6 +32,8 @@ You will find the following files in output/images/:
   - imx6dl-icore.dtb
 - for i.CoreM6 Quad/Dual ofcap 10:
   - imx6q-icore-ofcap10.dtb
+- for i.CoreM6 Quad/Dual ofcap 12:
+  - imx6q-icore-ofcap12.dtb
   - rootfs.ext4
   - rootfs.tar
   - sdcard.img
index 8e1908b9bc1ed3d0ece3cda42764d13adbe6ba58..6090360871fc4ddf9f01d1ac2822eb5134f78931 100644 (file)
@@ -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 imx6q-icore-ofcap10"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-icore imx6q-icore imx6q-icore-ofcap10 imx6q-icore-ofcap12"
 
 # Filesystem
 BR2_TARGET_GENERIC_ISSUE="Welcome to Engicam i.CoreM6 Quad/Dual/DualLite/Solo"