Hi,
I am trying to clone the entire NVMe ssd on one Jetson Nx to another Jetson Nx (same)
I found this and actually trying to do the same to NVMe:
[How to Clone eMMC Image of NVIDIA® Jetson™ Xavier™ NX Module? | Forecr.io](https://how to clone emmc Jetson)
After checking the Jetson info. It seems instead of flash.sh, we should use l4t_initrd_flash.sh.
However, there isn’t much info on how to clone a NVMe image to another with this script. Could you please share more info on this?
FYI: for some reason, I cannot remove the NVMe SSD and plug it into a host. I can only flash the board with NVMe together.
Thanks!
Update1:
I tried to follow the instructions to flash the board with l4t_initrd_flash.sh to burn a raw image, but did not succeed.
Here is my workflow:
NX Board (emmc board with NVMe ssd) set to recover mode. (it has a pre-installed Jetpack 4.6 by SDK manager)
Host (followed the secure boot installation and additional packages, udisk2 disabled)
The command I use to flash:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh jetson-xavier-nx-devkit-emmc nvme0n1p1
After this, it boot up to the pre-installed system, nothing changed.