Skip to content

Commit

Permalink
hw.device-type: add Forecr DSB ORNX entries
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suykov <[email protected]>
  • Loading branch information
asuykov committed Dec 17, 2024
1 parent 9ce0ad7 commit 24b4672
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"slug": "forecr-dsb-ornx-orin-nano-4gb",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Forecr",
"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": {
"bootDeviceExternal": [
"Put the device in <a href=\"https://github.com/balena-os/jetson-flash#recovery-mode\">force recovery</a> mode.",
"Connect the DEBUG 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\">Forecr DSB ORNX Flashing steps</a>."
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Power up the board"]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"slug": "forecr-dsb-ornx-orin-nano-8gb",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Forecr",
"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": {
"bootDeviceExternal": [
"Put the device in <a href=\"https://github.com/balena-os/jetson-flash#recovery-mode\">force recovery</a> mode.",
"Connect the DEBUG 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\">Forecr DSB ORNX Flashing steps</a>."
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Power up the board"]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"slug": "forecr-dsb-ornx-orin-nx-16gb",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Forecr",
"assets": {
"logo": {
"url": "./forecr-dsb-ornx-orin-nx.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": {
"bootDeviceExternal": [
"Put the device in <a href=\"https://github.com/balena-os/jetson-flash#recovery-mode\">force recovery</a> mode.",
"Connect the DEBUG 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\">Forecr DSB ORNX Flashing steps</a>."
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Power up the board"]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24b4672

Please sign in to comment.