Skip to content

Commit b329046

Browse files
committed
hw.device-type: Add new device-type Jetson AGX Orin 64GB Devkit
Change-type: patch Signed-off-by: Alexandru Costache <[email protected]>
1 parent 17b44ca commit b329046

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"slug": "jetson-agx-orin-devkit-64gb",
3+
"version": "1",
4+
"type": "hw.device-type",
5+
"aliases": [],
6+
"name": "Nvidia Jetson AGX Orin Devkit 64GB",
7+
"assets": {
8+
"logo": {
9+
"url": "./jetson-agx-orin-devkit-64gb.svg",
10+
"name": "logo"
11+
}
12+
},
13+
"data": {
14+
"arch": "aarch64",
15+
"hdmi": false,
16+
"led": false,
17+
"connectivity": {
18+
"bluetooth": true,
19+
"wifi": true
20+
},
21+
"storage": {
22+
"internal": true
23+
},
24+
"media": {
25+
"defaultBoot": "internal",
26+
"altBoot": ["usb_mass_storage"]
27+
},
28+
"is_private": false
29+
},
30+
"partials": {
31+
"bootDeviceExternal": [
32+
"Insert a NVME drive in the Devkit and put the device in <a href=\"https://github.com/balena-os/jetson-flash#recovery-mode\">force recovery</a> mode.",
33+
"Please note that both the NVME and the eMMC will be erased during the provisioning process.",
34+
"Connect the USB-C port of the Devkit to the Host PC.",
35+
"RCM boot the balenaOS kernel following the <a href=\"https://github.com/balena-os/jetson-flash#agx-orin-devkit-64gb-flashing\">AGX Orin Devkit 64GB flashing steps</a>."
36+
],
37+
"flashIndicator": ["power LED is off"],
38+
"bootDevice": ["Power up the {{name}}"]
39+
}
40+
}
Loading

0 commit comments

Comments
 (0)