From e234b48207f0a7e82e56fb636d2791ba2a364a68 Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Wed, 18 Dec 2024 16:12:10 +0200 Subject: [PATCH] hw.device-type: Fix compatibility with existing sdk structure Change-type: patch Signed-off-by: Alexandru Costache --- .../hw.device-type/jetson-agx-orin-devkit-64gb/contract.json | 2 +- .../hw.device-type/jetson-orin-nano-devkit-nvme/contract.json | 2 +- .../hw.device-type/jetson-orin-nano-seeed-j3010/contract.json | 2 +- .../hw.device-type/jetson-orin-nx-seeed-j4012/contract.json | 2 +- .../jetson-orin-nx-xavier-nx-devkit/contract.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contracts/hw.device-type/jetson-agx-orin-devkit-64gb/contract.json b/contracts/hw.device-type/jetson-agx-orin-devkit-64gb/contract.json index 36cb4ecd..a8e3dbd7 100644 --- a/contracts/hw.device-type/jetson-agx-orin-devkit-64gb/contract.json +++ b/contracts/hw.device-type/jetson-agx-orin-devkit-64gb/contract.json @@ -37,6 +37,6 @@ "NOTE: Only If your device is already flashed with a balenaOS version older than v6.1.16, power it on 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, to trigger the provisioning process." ], "flashIndicator": ["power LED is off"], - "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 turning off power or rebooting the device."] + "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 turning off power or rebooting the device. Once the firmware update completes, the {{name}} will reset automatically and no other steps are necessary "] } } diff --git a/contracts/hw.device-type/jetson-orin-nano-devkit-nvme/contract.json b/contracts/hw.device-type/jetson-orin-nano-devkit-nvme/contract.json index 0305d9a2..1ca7e25c 100644 --- a/contracts/hw.device-type/jetson-orin-nano-devkit-nvme/contract.json +++ b/contracts/hw.device-type/jetson-orin-nano-devkit-nvme/contract.json @@ -36,6 +36,6 @@ "Insert a NVME drive in the Devkit 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."] + "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 "] } } diff --git a/contracts/hw.device-type/jetson-orin-nano-seeed-j3010/contract.json b/contracts/hw.device-type/jetson-orin-nano-seeed-j3010/contract.json index 058f2e89..9142c582 100644 --- a/contracts/hw.device-type/jetson-orin-nano-seeed-j3010/contract.json +++ b/contracts/hw.device-type/jetson-orin-nano-seeed-j3010/contract.json @@ -36,6 +36,6 @@ "Insert a NVME drive in the Devkit 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."] + "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 "] } } diff --git a/contracts/hw.device-type/jetson-orin-nx-seeed-j4012/contract.json b/contracts/hw.device-type/jetson-orin-nx-seeed-j4012/contract.json index 0d14fb85..2ff00254 100644 --- a/contracts/hw.device-type/jetson-orin-nx-seeed-j4012/contract.json +++ b/contracts/hw.device-type/jetson-orin-nx-seeed-j4012/contract.json @@ -36,6 +36,6 @@ "Insert a NVME drive in the Devkit 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."] + "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 "] } } diff --git a/contracts/hw.device-type/jetson-orin-nx-xavier-nx-devkit/contract.json b/contracts/hw.device-type/jetson-orin-nx-xavier-nx-devkit/contract.json index e02f05b3..b4fb690d 100644 --- a/contracts/hw.device-type/jetson-orin-nx-xavier-nx-devkit/contract.json +++ b/contracts/hw.device-type/jetson-orin-nx-xavier-nx-devkit/contract.json @@ -36,6 +36,6 @@ "Insert a NVME drive in the Devkit and power up the {{name}}." ], "flashIndicator": ["power LED is off"], - "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 turning off power or rebooting the device."] + "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 turning off power or rebooting the device. Once the firmware update completes, the {{name}} will reset automatically and no other steps are necessary "] } }