-
Notifications
You must be signed in to change notification settings - Fork 3
/
asus-tinker-edge-t.coffee
55 lines (44 loc) · 1.37 KB
/
asus-tinker-edge-t.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
55
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
SWITCH_SD = "Set the BOOT_SELECT switch to the SD-CARD position."
SWITCH_EMMC = "Set the BOOT_SELECT switch to the eMMC position."
postProvisioningInstructions = [
instructions.BOARD_SHUTDOWN
instructions.REMOVE_INSTALL_MEDIA
SWITCH_EMMC
instructions.BOARD_REPOWER
]
module.exports =
version: 1
slug: 'asus-tinker-edge-t'
name: 'ASUS Tinker Edge T'
arch: 'aarch64'
state: 'new'
community: true
stateInstructions:
postProvisioning: postProvisioningInstructions
instructions: [
SWITCH_SD
instructions.ETCHER_SD
instructions.EJECT_SD
instructions.FLASHER_WARNING
].concat(postProvisioningInstructions)
gettingStartedLink:
windows: 'https://www.balena.io/docs/learn/getting-started/coral-dev/python/'
osx: 'https://www.balena.io/docs/learn/getting-started/coral-dev/python/'
linux: 'https://www.balena.io/docs/learn/getting-started/coral-dev/python/'
supportsBlink: false
yocto:
machine: 'asus-tinker-edge-t'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-warrior'
deployArtifact: 'balena-image-flasher-asus-tinker-edge-t.balenaos-img'
compressed: true
options: [ networkOptions.group ]
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization