-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathimx8mp-var-dart.coffee
54 lines (43 loc) · 1.91 KB
/
imx8mp-var-dart.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
54
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
SD_BOOT = 'Configure the SW7 boot dip switch to boot from SD Card (set it to EXT position) and power on the board. Let it boot and perform the automatic install of balenaOS onto the eMMC.'
EMMC_BOOT = 'Configure the SW7 boot dip switch to boot from eMMC (set it to INT position).'
postProvisioningInstructions = [
instructions.BOARD_SHUTDOWN
instructions.REMOVE_INSTALL_MEDIA
EMMC_BOOT
instructions.BOARD_REPOWER
]
module.exports =
version: 1
slug: 'imx8mp-var-dart'
name: 'Variscite DART-MX8M-PLUS'
arch: 'aarch64'
state: 'released'
stateInstructions:
postProvisioning: postProvisioningInstructions
instructions: [
instructions.ETCHER_SD
instructions.EJECT_SD
instructions.FLASHER_WARNING
SD_BOOT
].concat(postProvisioningInstructions)
gettingStartedLink:
windows: 'https://docs.balena.io/learn/getting-started/imx8mp-var-dart/nodejs/'
osx: 'https://docs.balena.io/learn/getting-started/imx8mp-var-dart/nodejs/'
linux: 'https://docs.balena.io/learn/getting-started/imx8mp-var-dart/nodejs/'
supportsBlink: false
yocto:
machine: 'imx8mp-var-dart'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-imx8mp-var-dart.balenaos-img'
compressed: true
options: [ networkOptions.group ]
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization