From 62a2f2a57b4437c6d194183eb568dfb4306c2af0 Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Tue, 30 Jul 2024 11:01:58 +0300 Subject: [PATCH] lib/flashing: Add iotdin-imx8p json files This is based on the slugs currently proposed by https://github.com/balena-io/contracts/pull/434 The iotdin-imx8p and iot-gate-imx8plus devices share the same flashing procedure and flashing tools repository. Change-type: patch Signed-off-by: Alexandru Costache --- lib/flashing/devices/iotdin-imx8p-d1d8.json | 3 +++ lib/flashing/devices/iotdin-imx8p.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 lib/flashing/devices/iotdin-imx8p-d1d8.json create mode 100644 lib/flashing/devices/iotdin-imx8p.json diff --git a/lib/flashing/devices/iotdin-imx8p-d1d8.json b/lib/flashing/devices/iotdin-imx8p-d1d8.json new file mode 100644 index 0000000..13a3189 --- /dev/null +++ b/lib/flashing/devices/iotdin-imx8p-d1d8.json @@ -0,0 +1,3 @@ +{ + "type": "iot-gate" +} diff --git a/lib/flashing/devices/iotdin-imx8p.json b/lib/flashing/devices/iotdin-imx8p.json new file mode 100644 index 0000000..13a3189 --- /dev/null +++ b/lib/flashing/devices/iotdin-imx8p.json @@ -0,0 +1,3 @@ +{ + "type": "iot-gate" +}