forked from balena-os/balena-variscite-mx8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimx8mm-var-dart.json
111 lines (111 loc) · 2.7 KB
/
imx8mm-var-dart.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"slug": "imx8mm-var-dart",
"version": 1,
"name": "Variscite DART-MX8M Mini (NEW)",
"arch": "aarch64",
"state": "NEW",
"stateInstructions": {
"postProvisioning": [
"The device is performing a shutdown. Please wait until all LEDs are off.",
"Remove the balenaOS installation media.",
"Set the SW7 BOOT SELECT switch to INT.",
"Remove and re-connect power to the board."
]
},
"instructions": [
"Write the OS file you downloaded to your SD card. We recommend using <a href=\"http://www.etcher.io/\">Etcher</a>.",
"Insert the freshly burnt SD card into the Variscite DART-MX8M Mini.",
"<strong role=\"alert\">Warning!</strong> This will also completely erase internal storage media, so please make a backup first.",
"Set the SW7 BOOT SELECT switch to EXT. Insert SD CARD. Power up the Variscite DART-MX8M Mini.",
"The device is performing a shutdown. Please wait until all LEDs are off.",
"Remove the balenaOS installation media.",
"Set the SW7 BOOT SELECT switch to INT.",
"Remove and re-connect power to the board."
],
"gettingStartedLink": {
"windows": "http://docs.resin.io/imx8mm-var-dart/nodejs/getting-started/#adding-your-first-device",
"osx": "http://docs.resin.io/imx8mm-var-dart/getting-started/#adding-your-first-device",
"linux": "http://docs.resin.io/imx8mm-var-dart/getting-started/#adding-your-first-device"
},
"supportsBlink": false,
"yocto": {
"machine": "imx8mm-var-dart",
"image": "resin-image-flasher",
"fstype": "resinos-img",
"version": "yocto-sumo",
"deployArtifact": "resin-image-flasher-imx8mm-var-dart.resinos-img",
"compressed": true
},
"options": [
{
"isGroup": true,
"name": "network",
"message": "Network",
"options": [
{
"message": "Network Connection",
"name": "network",
"type": "list",
"choices": [
"ethernet",
"wifi"
]
},
{
"message": "Wifi SSID",
"name": "wifiSsid",
"type": "text",
"when": {
"network": "wifi"
}
},
{
"message": "Wifi Passphrase",
"name": "wifiKey",
"type": "password",
"when": {
"network": "wifi"
}
}
]
},
{
"isGroup": true,
"isCollapsible": true,
"collapsed": true,
"name": "advanced",
"message": "Advanced",
"options": [
{
"message": "Check for updates every X minutes",
"name": "appUpdatePollInterval",
"type": "number",
"min": 10,
"default": 10
}
]
}
],
"configuration": {
"config": {
"partition": {
"primary": 1
},
"path": "/config.json"
}
},
"initialization": {
"options": [
{
"message": "Select a drive",
"type": "drive",
"name": "drive"
}
],
"operations": [
{
"command": "burn"
}
]
}
}