forked from balena-os/balena-jetson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jetson-tx2-nx-devkit.coffee
44 lines (35 loc) · 1.33 KB
/
jetson-tx2-nx-devkit.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
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
BOARD_PREPARE = 'Put the NVidia Jetson TX2 NX board in recovery mode'
FLASH_TOOL = 'Unzip BalenaOS image and use <a href=\"https://github.com/balena-os/jetson-flash\">Jetson Flash</a> to provision the device.'
DONE_FLASHING = 'After flashing is completed, please wait until the board is rebooted'
module.exports =
version: 1
slug: 'jetson-tx2-nx-devkit'
name: 'Nvidia Jetson TX2 NX (with Xavier NX Devkit)'
arch: 'aarch64'
state: 'released'
instructions: [
BOARD_PREPARE
FLASH_TOOL
DONE_FLASHING
]
gettingStartedLink:
windows: 'https://docs.balena.io/jetson-tx2-nx-devkit/nodejs/getting-started/#adding-your-first-device'
osx: 'https://docs.balena.io/jetson-tx2-nx-devkit/nodejs/getting-started/#adding-your-first-device'
linux: 'https://docs.balena.io/jetson-tx2-nx-devkit/nodejs/getting-started/#adding-your-first-device'
supportsBlink: false
yocto:
machine: 'jetson-tx2-nx-devkit'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-honister'
deployArtifact: 'balena-image-jetson-tx2-nx-devkit.balenaos-img'
compressed: true
options: [ networkOptions.group ]
configuration:
config:
partition:
primary: 24
path: '/config.json'
initialization: commonImg.initialization