-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #434 from vraevsky/master
Add CompuLab iotdin-imx8p to harware contract.
- Loading branch information
Showing
4 changed files
with
184 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"slug": "iotdin-imx8p-d1d8", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Compulab IOTDIN-iMX8P 1G-8G DRAM", | ||
"assets": { | ||
"logo": { | ||
"url": "./iotdin-imx8p.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"hdmi": false, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": true, | ||
"wifi": true | ||
}, | ||
"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." | ||
] | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
contracts/hw.device-type/iotdin-imx8p-d1d8/iotdin-imx8p.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"slug": "iotdin-imx8p", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Compulab IOTDIN-iMX8P 2G-4G DRAM", | ||
"assets": { | ||
"logo": { | ||
"url": "./iotdin-imx8p.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"hdmi": false, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": true, | ||
"wifi": true | ||
}, | ||
"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.