forked from balena-os/balena-jetson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jetson-tx1.coffee
58 lines (46 loc) · 1.54 KB
/
jetson-tx1.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
56
57
58
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
BOARD_POWERON = 'Press and hold for 1 second the POWER push button.'
postProvisioningInstructions = [
instructions.BOARD_SHUTDOWN
instructions.REMOVE_INSTALL_MEDIA
instructions.BOARD_REPOWER
]
module.exports =
version: 1
slug: 'jetson-tx1'
aliases: [ 'jetson-tx1' ]
name: 'Nvidia Jetson TX1'
arch: 'aarch64'
state: 'released'
stateInstructions:
postProvisioning: postProvisioningInstructions
instructions: [
instructions.ETCHER_SD
instructions.EJECT_SD
instructions.FLASHER_WARNING
BOARD_POWERON
].concat(postProvisioningInstructions)
imageDownloadAlerts: [{
type: "warning",
message: "Please ensure the board was running L4T 32.4.2 before flashing BalenaOS. Flashing will not work if the board has the older L4T 28.X partitions"
}]
gettingStartedLink:
windows: 'https://docs.balena.io/jetson-tx1/nodejs/getting-started/#adding-your-first-device'
osx: 'https://docs.balena.io/jetson-tx1/nodejs/getting-started/#adding-your-first-device'
linux: 'https://docs.balena.io/jetson-tx1/nodejs/getting-started/#adding-your-first-device'
supportsBlink: false
yocto:
machine: 'jetson-tx1'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
deployArtifact: 'balena-image-flasher-jetson-tx1.balenaos-img'
compressed: true
options: [ networkOptions.group ]
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization