-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvar-som-mx6.coffee
51 lines (41 loc) · 1.32 KB
/
var-som-mx6.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
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
SWITCH_SD = "Set the BOOT_SELECT switch to the MMC position"
SWITCH_NAND = "Set the BOOT_SELECT switch to the NAND position"
postProvisioningInstructions = [
instructions.BOARD_SHUTDOWN
instructions.REMOVE_INSTALL_MEDIA
SWITCH_NAND
instructions.BOARD_REPOWER
]
module.exports =
version: 1
slug: 'var-som-mx6'
name: 'Variscite VAR-SOM-MX6'
arch: 'armv7hf'
state: 'released'
stateInstructions:
postProvisioning: postProvisioningInstructions
instructions: [
SWITCH_SD
instructions.ETCHER_SD
instructions.FLASHER_WARNING
].concat(postProvisioningInstructions)
gettingStartedLink:
windows: 'http://docs.resin.io/dart6ul/nodejs/getting-started/#adding-your-first-device'
osx: 'http://docs.resin.io/dart6ul/nodejs/getting-started/#adding-your-first-device'
linux: 'http://docs.resin.io/dart6ul/nodejs/getting-started/#adding-your-first-device'
yocto:
machine: 'var-som-mx6'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
deployArtifact: 'balena-image-flasher-var-som-mx6.balenaos-img'
compressed: true
options: [ networkOptions.group ]
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization