From f8cba1f64e82e3a1a7258030d7e29f619440b420 Mon Sep 17 00:00:00 2001 From: Valentin Raevsky Date: Wed, 31 Jul 2024 11:59:01 +0300 Subject: [PATCH] Update the device flashtools reference The original flashtool repo has been updated. It supports iot-din devices. Update the json files to reference the correct flashtool repo. Signed-off-by: Valentin Raevsky --- contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json | 2 +- contracts/hw.device-type/iotdin-imx8p/contract.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json b/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json index a07e8fff..0fa66b4a 100644 --- a/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json +++ b/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json @@ -31,7 +31,7 @@ "instructions": [ "Unpack the balenaOS image you downloaded from balena-cloud.", "Make sure the device is not powered and connect the PROG port to your PC using a micro USB cable.", - "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", + "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", "After flashing is completed, disconnect the micro USB cable from the PROG port, power off the device and then power it back on." ] } diff --git a/contracts/hw.device-type/iotdin-imx8p/contract.json b/contracts/hw.device-type/iotdin-imx8p/contract.json index 13643f81..16a2713e 100644 --- a/contracts/hw.device-type/iotdin-imx8p/contract.json +++ b/contracts/hw.device-type/iotdin-imx8p/contract.json @@ -31,7 +31,7 @@ "instructions": [ "Unpack the balenaOS image you downloaded from balena-cloud.", "Make sure the device is not powered and connect the PROG port to your PC using a micro USB cable.", - "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", + "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", "After flashing is completed, disconnect the micro USB cable from the PROG port, power off the device and then power it back on." ] }