How can I migrate system from emmc to nvme in my AGX orin

I have installed jetpack 6.1 on my emmc in AGX orin, but now the space is too small and I want to migrate it to my nvme.(or boot on nvme? I don’t know how to explain it)
Is there any support or any tutorials for this, I searched for a long time but only xavier related information.
If there is a tutorial or other information, please provide me with it, thanks!
I have now mounted the nvme hard disk, or can I install the system directly to nvme again via SDK manager?

Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!

Hi Dai-ZJU:
Yes. You can re-flash the system directly to NVMe via SDK manager.

Picture were copied from Here

Before flashing nvme via any method you may want to be safe, use a large usbdrive and backup stuff you need with below rsync method.

If sdkmanager fails. Here’s how I was previously instructed to install to nvme.

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
-c tools/kernel_flash/flash_l4t_t234_nvme.xml \
-p “-c bootloader/generic/cfg/flash_t234_qspi.xml” \
–showlogs --network usb0 jetson-agx-orin-devkit internal

Then after booting logging on to the nvme drive.
sudo mkdir /mnt/data
sudo mount /dev/mmcblk0p1 /mnt/data

Then rsync’d home directory with
sudo rsync -aAXHv /mnt/data/$?/home/$USER /home/$USER

Or if you backed up to a usbdrive then rsync from it to
/home/$USER

Thank you for these useful information. I’ve learnt a lot.
I’ve installed Linux on emmc via SDK manager and installed Nvme at the bottom of the kit develop with system load and partitioned to ext4

But I still face some error now.
As the pic jameskuo shown


I use SDK manager to flash it on Nvme,but it’s error

ERROR:another rpcbind is already running.Aborting

ERROR:command error code:11

ERROR:Flash Jetson Linux - flash:command terminated error

SUMMARY:Flash Jetson Linux - flash: First Error:Installation failed.

What is the cause of this problem? What should I do to solve this problem?
Or can I only achieve a direct install of the system into Nvme by way of Quick Start?
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
Thanks for your appreciation.

thank you for answer!
But I’m having a problem, I posted it in my last reply, do you know how to solve this problem please? thanks!!!

Hi Dai-ZJU:
Please connect a USB Hub between your host PC and AGX Orin and try again. Like:
Host PC <—> USB Hub <—> Type-C Connector <—> AGX Orin