-
Notifications
You must be signed in to change notification settings - Fork 1
/
iot-gate-imx8plus.coffee
47 lines (36 loc) · 1.6 KB
/
iot-gate-imx8plus.coffee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
IOT_GATE_IMX8PLUS_UNPACK="Please check the readme or the image download modal in balena-cloud for flashing instructions"
postProvisioningInstructions = [
instructions.BOARD_REPOWER
]
module.exports =
version: 1
slug: 'iot-gate-imx8plus'
name: 'Compulab IOT-GATE-iMX8PLUS 2G-4G DRAM'
arch: 'aarch64'
state: 'released'
stateInstructions:
postProvisioning: postProvisioningInstructions
instructions: [
IOT_GATE_IMX8PLUS_UNPACK
].concat(postProvisioningInstructions)
gettingStartedLink:
windows: 'http://docs.balena.io/iot-gate-imx8plus/nodejs/getting-started/#adding-your-first-device'
osx: 'http://docs.balena.io/iot-gate-imx8plus/getting-started/#adding-your-first-device'
linux: 'http://docs.balena.io/iot-gate-imx8plus/getting-started/#adding-your-first-device'
supportsBlink: false
yocto:
machine: 'iot-gate-imx8plus'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-iot-gate-imx8plus.balenaos-img'
compressed: true
options: [ networkOptions.group ]
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization