Skip to content

Commit

Permalink
iot-gate-imx8plus-d1d8: Add device-type for 1G and 8G DRAM versions o…
Browse files Browse the repository at this point in the history
…f IOT-GATE-iMX8PLUS

Because these ones use a different bootloader configuration
which is incompatible with the 2G/4G RAM units.

Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Dec 13, 2023
1 parent e390406 commit 32e50ad
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
38 changes: 38 additions & 0 deletions contracts/hw.device-type/iot-gate-imx8plus-d1d8/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"slug": "iot-gate-imx8plus-d1d8",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Compulab IOT-GATE-iMX8PLUS 1G-8G DRAM",
"assets": {
"logo": {
"url": "./iot-gate-imx8plus.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": false,
"led": false,
"connectivity": {
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": true
},
"flashProtocol": "usbMassStorage",
"media": {
"defaultBoot": "internal"
},
"is_private": false
},
"partials": {
"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/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."
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32e50ad

Please sign in to comment.