-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw.device-type: Add Jetson AGX Orin 64GB Devkit
Change-type: patch Signed-off-by: Alexandru Costache <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
contracts/hw.device-type/jetson-agx-orin-devkit-64gb/contract.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"slug": "jetson-agx-orin-devkit-64gb", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Nvidia Jetson AGX Orin Devkit 64GB", | ||
"assets": { | ||
"logo": { | ||
"url": "./jetson-agx-orin-devkit-64gb.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"hdmi": false, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": true, | ||
"wifi": true | ||
}, | ||
"storage": { | ||
"internal": true | ||
}, | ||
"media": { | ||
"defaultBoot": "internal", | ||
"altBoot": ["usb_mass_storage"] | ||
}, | ||
"is_private": false | ||
}, | ||
"partials": { | ||
"bootDeviceExternal": [ | ||
"Put the device in <a href=\"https://github.com/balena-os/jetson-flash#recovery-mode\">force recovery</a> mode.", | ||
"Connect the USB-C port of the carrier board to the Host PC.", | ||
"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>." | ||
], | ||
"flashIndicator": ["power LED is off"], | ||
"bootDevice": ["Power up the {{name}}"] | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...acts/hw.device-type/jetson-agx-orin-devkit-64gb/jetson-agx-orin-devkit-64gb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.