Skip to content

Commit

Permalink
Update the device flashtools reference
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vraevsky authored and acostach committed Aug 6, 2024
1 parent 2b0148b commit f8cba1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href=\"https://github.com/balena-os/iotdin-imx8p-flashtools\">IOT-GATE-iMX8PLUS flashing tools</a> to write balenaOS on your device.",
"From a Linux-based host, use the <a href=\"https://github.com/balena-os/iot-gate-imx8plus-flashtools\">IOT-GATE-iMX8PLUS flashing tools</a> 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."
]
}
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/iotdin-imx8p/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href=\"https://github.com/balena-os/iotdin-imx8p-flashtools\">IOT-GATE-iMX8PLUS flashing tools</a> to write balenaOS on your device.",
"From a Linux-based host, use the <a href=\"https://github.com/balena-os/iot-gate-imx8plus-flashtools\">IOT-GATE-iMX8PLUS flashing tools</a> 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."
]
}
Expand Down

0 comments on commit f8cba1f

Please sign in to comment.