Skip to content

Commit

Permalink
contracts/hw.device-type: Update instructions for Orin flasher types
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Dec 5, 2024
1 parent 474ab2d commit 79b1757
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@
"is_private": false
},
"partials": {
"instructions": [
"Ensure your device is running UEFI firmware version 36.3. Click <a href=\"https://docs.balena.io/learn/develop/jetson-orin#uefi-firmware\">here</a> for details on how to check or update your firmware version.",
"Connect a keyboard and a display to your {{name}}. These will be used for selecting the boot media in the UEFI firmware menu.",
"Use the form on the left to configure and download balenaOS for your new device."
],
"bootDeviceExternal": [
"Put the device in <a href=\"https://github.com/balena-os/jetson-flash#recovery-mode\">force recovery</a> mode.",
"Connect the USB-C data port of the Devkit to the Host PC.",
"Boot the device from the inserted USB Key by following the <a href=\"https://github.com/balena-os/jetson-flash#agx-orin-devkit-64gb-flashing\">AGX Orin Devkit 64GB flashing steps</a>."
"Power on the ${{name}} and interrupt booting by pressing the 'Esc' key when prompted by the UEFI firmware.",
"Enter the Boot Manager Menu of the UEFI firmware and select the attached USB key as boot media. This will trigger the provisioning process."
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Power up the {{name}}"]
"bootDevice": ["Power up the {{name}}. A progress bar will show up on the display while the UEFI firmware is updated. Please do not interrupt this process by cutting power or rebooting the device."]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"is_private": false
},
"partials": {
"instructions": [
"Ensure your device is running UEFI firmware version 36.3. Click <a href=\"https://docs.balena.io/learn/develop/jetson-orin#uefi-firmware\">here</a> for details on how to check or update your firmware version.",
"Use the form on the left to configure and download balenaOS for your new device."
],
"bootDeviceExternal": [
"Insert a NVME drive in the carrier board and 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#orin-nano-flashing\">Orin Nano Flashing steps</a>."
"Insert a NVME drive in the Devkit and power up the {{name}}."
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Remove recovery mode jumper and power up the {{name}}"]
"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 cutting power or rebooting the device."]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"is_private": false
},
"partials": {
"instructions": [
"Ensure your device is running UEFI firmware version 36.3. Click <a href=\"https://docs.balena.io/learn/develop/jetson-orin#uefi-firmware\">here</a> for details on how to check or update your firmware version.",
"Use the form on the left to configure and download balenaOS for your new device."
],
"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-j3010-flashing\">Seeed reComputer J3010 Flashing steps</a>."
"Insert a NVME drive in the Devkit and power up the {{name}}"
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Remove recovery mode jumper and power up the {{name}}"]
"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 cutting power or rebooting the device."]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"is_private": false
},
"partials": {
"instructions": [
"Ensure your device is running UEFI firmware version 36.3. Click <a href=\"https://docs.balena.io/learn/develop/jetson-orin#uefi-firmware\">here</a> for details on how to check or update your firmware version.",
"Use the form on the left to configure and download balenaOS for your new device."
],
"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>."
"Insert a NVME drive in the Devkit and power up the {{name}}."
],
"flashIndicator": ["power LED is off"],
"bootDevice": ["Remove recovery mode jumper and power up the {{name}}"]
"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 cutting power or rebooting the device."]
}
}

0 comments on commit 79b1757

Please sign in to comment.