From fa48396bddeec03a77c3b925eb536a0d9f73546e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 14 May 2019 11:21:35 +0200 Subject: 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 --- conf/machine/apalis-imx8.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'conf/machine/apalis-imx8.conf') 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" -- cgit v1.2.3