Hi:
I wanted to update the dtb files of NX .My OS is installed on nvme.
1.I used sdkm to flash os on nvme ssd.
2.I can update the dtb files when OS is installed on emmc.
sudo ./flash.sh -r -k kernel-dtb jetson-xavier-nx-devkit-emmc mmcblk0p1
3.I used the following command,but doesn’t work.
sudo ./flash.sh -r -k kernel-dtb jetson-xavier-nx-devkit-emmc nvme0n1p1
How can I update it.
Thanks!