I am trying to flash an Orin NX on a Xavier NX devkit. This is working fine through the SDK manager, but I want to do this through the cli. I am following these steps: Quick Start — Jetson Linux Developer Guide documentation
However I get the message that the rootfs does not support NFS export. How can I solve this?
I am using Ubuntu 18.04
Thanks
What is the error message? There are usually requirements for both user space tools to be installed, and certain kernel drivers being enabled. It is unlikely that a rootfs does not support export, although I will say it is (for security reasons) usually a "very bad idea"™ to export the full rootfs.