jetsonhacks / rootOnNVMe

Switch the rootfs to a NVMe SSD on the Jetson Xavier NX and Jetson AGX Xavier
MIT License
395 stars 145 forks source link

Wonderful, works on the Nvidia Jetson AGX Xavier with PCIe NVMe #11

Open juhench opened 3 years ago

juhench commented 3 years ago

Great piece of code; I just tried that out on a Xavier AGX 32Gb with

I noticed that the NVMe showed up as /dev/nvme0n1 in its factory configuration, and I left it like that. I then modified your scripts to this device (ext4, whole device; did not check what kind of partition table Samsung put here). I can confirm that everything works on the AGX. Thanks again!