Skip to content

Commit

Permalink
jetson-orin-nx-seeed-j4012: Add Seeed J4012 device-type
Browse files Browse the repository at this point in the history
This is the initial commit, necessary to create the DT
in the API. The icon will need to be updated.

Change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Jan 2, 2024
1 parent dd3614e commit 2f35889
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
39 changes: 39 additions & 0 deletions contracts/hw.device-type/jetson-orin-nx-seeed-j4012/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"slug": "jetson-orin-nx-seeed-j4012",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Seeed reComputer J4012 16GB",
"assets": {
"logo": {
"url": "./jetson-orin-nx-seeed-j4012.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 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#seeed-recomputer-j4012-flashing\">Seeed reComputer J4012 Flashing steps</a>."
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Remove recovery mode jumper and power up the {{name}}"]
}
}
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 2f35889

Please sign in to comment.