From 690f5313adb3ab858e07718855c16e5288d213c0 Mon Sep 17 00:00:00 2001 From: Daniel Fullmer Date: Tue, 20 Aug 2024 17:14:27 -0700 Subject: [PATCH] Improve message for OTA updates --- pkgs/ota-utils/ota-apply-capsule-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/ota-utils/ota-apply-capsule-update.sh b/pkgs/ota-utils/ota-apply-capsule-update.sh index c15ce421..eb60644c 100644 --- a/pkgs/ota-utils/ota-apply-capsule-update.sh +++ b/pkgs/ota-utils/ota-apply-capsule-update.sh @@ -22,6 +22,6 @@ sync /boot/EFI/UpdateCapsule/TEGRA_BL.Cap set_efi_var OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c "\x07\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00" -echo "New Jetson firmware will be applied during the next reboot." +echo "An update for Jetson firmware will be applied during the next reboot." echo "The next reboot may take an extra 5 minutes or so." echo "Do not disconnect power during the reboot, or the firmware upgrade will not be applied"