-
Notifications
You must be signed in to change notification settings - Fork 5
/
imx8mm-var-dart-plt.coffee
53 lines (42 loc) · 1.93 KB
/
imx8mm-var-dart-plt.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
48
49
50
51
52
53
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
IMX8M_VAR_DART_FLASH = 'Press and hold SW13. Insert SD CARD and then power up the <%= TYPE_NAME %>. Release the switch 10 seconds after the board was powered.'
IMX8M_VAR_DART_POST_PROVISION = 'Wait for the board to enter the post provisioning state in dashboard.'
postProvisioningInstructions = [
IMX8M_VAR_DART_POST_PROVISION
instructions.REMOVE_INSTALL_MEDIA
instructions.BOARD_REPOWER
]
module.exports =
version: 1
slug: 'imx8mm-var-dart-plt'
name: 'Variscite DART-MX8M Mini PLT'
arch: 'aarch64'
state: 'released'
stateInstructions:
postProvisioning: postProvisioningInstructions
instructions: [
instructions.ETCHER_SD
instructions.EJECT_SD
instructions.FLASHER_WARNING
IMX8M_VAR_DART_FLASH
].concat(postProvisioningInstructions)
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-plt'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-imx8mm-var-dart-plt.balenaos-img'
compressed: true
options: [ networkOptions.group ]
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization