summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-05-20 18:24:13 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-05-20 18:26:12 +0200
commita273350f8c8b2d5c35e51aad186b04331fb2e7e5 (patch)
tree7595e909997ad5f8bec82c9b9448349660c2fbce /conf/machine
parentfa48396bddeec03a77c3b925eb536a0d9f73546e (diff)
colibri-imx8qxp: add Tezi support
Add information required to build a Toradex Easy Installer image. Only support the main SKU Colibri iMX8 QuadXPlus 2GB Wi-Fi / BT IT for now since we do not know yet if the other SKU's need a special device tree or other adjustments. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/colibri-imx8qxp.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/colibri-imx8qxp.conf b/conf/machine/colibri-imx8qxp.conf
index ff1063c..858c9f0 100644
--- a/conf/machine/colibri-imx8qxp.conf
+++ b/conf/machine/colibri-imx8qxp.conf
@@ -50,3 +50,16 @@ PREFERRED_VERSION_wayland-protocols_mx8 = "1.16.imx"
PREFERRED_VERSION_weston_mx8 = "5.0.0.imx"
BOARD_TYPE = "colibri"
+
+IMAGE_CLASSES_append = " image_type_tezi"
+IMAGE_FSTYPES += "teziimg"
+
+# The imx-boot container takes care for the i.MX 8 offset, so the container
+# has to be flashed at offset 0 directly
+UBOOT_BINARY_TEZI_EMMC="imx-boot"
+OFFSET_BOOTROM_PAYLOAD="0"
+do_image_teziimg[depends] += "imx-boot:do_deploy"
+do_image_teziimg_distro[depends] += "imx-boot:do_deploy"
+
+TORADEX_PRODUCT_IDS = "0038"
+TORADEX_PRODUCT_IDS[0038] = "fsl-imx8qxp-colibri-eval-v3.dtb"