From f8f2a566f363fc7d37c47b0efc749d4566d72c82 Mon Sep 17 00:00:00 2001 From: Rhys Williams Date: Tue, 28 May 2024 15:28:48 -0400 Subject: [PATCH] switching nvme config --- flash_jetson_external_storage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flash_jetson_external_storage.sh b/flash_jetson_external_storage.sh index 6c26b9f..0f7fffb 100755 --- a/flash_jetson_external_storage.sh +++ b/flash_jetson_external_storage.sh @@ -10,6 +10,9 @@ LINUX_FOR_TEGRA_DIRECTORY="$JETSON_FOLDER/Linux_for_Tegra" # Some helper functions. These scripts only flash Jetson Orins and Xaviers # https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/IN/QuickStart.html#jetson-modules-and-configurations +#Swapping config xml or Xavier devices - without this change the system root is constrained to 14GB +sed -i 's/flash_l4t_t194_nvme.xml/flash_l4t_external.xml/' ./$JETSON_FOLDER/Linux_for_Tegra/nvsdkmanager_flash.sh + declare -a device_names=( "jetson-agx-orin-devkit" "jetson-agx-xavier-devkit"