summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-05-14 11:21:35 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-05-20 13:18:54 +0200
commitfa48396bddeec03a77c3b925eb536a0d9f73546e (patch)
tree7dd40f555b9636007569e1b20dd14881865abf30 /conf/machine/apalis-imx8.conf
parent384ad550e552b0d4d2907284b1fc904ad97acf12 (diff)
apalis-imx8: add Tezi support
Add information required to build a Toradex Easy Installer image. Only support the main SKU Apalis iMX8 QuadMax 4GB 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/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 63038a6..ad6b781 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -56,3 +56,16 @@ PREFERRED_VERSION_weston_mx8 = "5.0.0.imx"
BOARD_TYPE = "apalis"
BOARD_TYPE_mx8qma0 = "a0-apalis"
+
+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 = "0037"
+TORADEX_PRODUCT_IDS[0037] = "fsl-imx8qm-apalis.dtb"