Resize rootfs and create new partation on NVIDIA Jetson AGX Orin 64GB Developer Kit

Hi,
We are using the NVIDIA Jetson AGX Orin 64GB Developer Kit with the root partition currently sized at 59.3GB.

Requirement

We need to reduce the size of the root partition and create a new partition to store a recovery image.

Attempted Steps

we run the command

sudo ./flash.sh -k APP -c bootloader/t186ref/cfg/flash_t234_qspi_nvme.xml jetson-agx-orin-devkit mmcblk0p1

However, the command hung and nothing happened after reboot.

pfa for logs : logs .txt (63.5 KB)

We also attempted to modify the following XML configuration files and flash using the SDK Manager UI on an Ubuntu host machine, but were unsuccessful:

flash_t234_qspi_sdmmc_rootfs_ab.xml;
flash_t234_qspi_sdmmc_enc_rfs.xml;
flash_t234_qspi_sdmmc_enc_rootfs_ab.xml;

Environment Details

  • JetPack Version: 5.3.1

Request for Assistance
Could you please help us with the correct procedure or configuration changes needed to reduce the root filesystem size and create a new partition for the recovery image?

Try -S parameter.

Example:
sudo ./flash.sh -S 45GiB jetson-agx-orin-devkit internal

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.