-
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 Forecr DSB ORNX entries
Change-type: patch Signed-off-by: Alex Suykov <[email protected]>
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
contracts/hw.device-type/forecr-dsb-ornx-orin-nano-8gb/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,41 @@ | ||
{ | ||
"slug": "forecr-dsb-ornx-orin-nano-8gb", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Forecr DSB ORNX Nano 8GB", | ||
"assets": { | ||
"logo": { | ||
"url": "./forecr-dsb-ornx-orin-nano.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"hdmi": true, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": false, | ||
"wifi": false | ||
}, | ||
"storage": { | ||
"internal": true | ||
}, | ||
"media": { | ||
"defaultBoot": "internal", | ||
"altBoot": ["usb_mass_storage"] | ||
}, | ||
"is_private": false | ||
}, | ||
"partials": { | ||
"instructions": [ | ||
"For balenaOS versions v6.1.16 and newer, please ensure your device is running UEFI firmware version 36.3. Check and update the <a href=\"https://docs.balena.io/learn/develop/hardware/jetson-orin#provisioning-jetson-orin\">firmware version</a> before proceeding.", | ||
"For balenaOS versions older than v6.1.16, please refer to the <a href=\"https://github.com/balena-os/jetson-flash?tab=readme-ov-file\">{{name}} legacy flashing</a> guide." | ||
], | ||
"bootDeviceExternal": [ | ||
"Insert a NVME drive in the board and power up the {{name}}." | ||
], | ||
"flashIndicator": ["power LED is off"], | ||
"bootDevice": ["Power up the {{name}}. If you have a display or a debug UART cable connected to the device, a progress bar will show up while the UEFI firmware is updated. Please do not interrupt this process by turning off power or rebooting the device. Once the firmware update completes, the {{name}} will reset automatically and no other steps are necessary "] | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...acts/hw.device-type/forecr-dsb-ornx-orin-nano-8gb/forecr-dsb-ornx-orin-nano.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.