Hi,
First, I burn the Xavier-16G with sdkManager.
Then, I take the downloaded rootfs as the NFS rootfs, and I use the following flash.sh command to mount xavier with NFS system,then the kernel crash.
sudo ./flash.sh -N 172.16.0.24:*** --rcm-boot jetson-agx-xavier-devkit eth0
*** is replaced by the real path.
The attachment is the log of crash.
5.0.2-xavier.log (158.1 KB)
Thanks
Can this post help your case?
Hi,
It can’t help me.According the log, the NFS is mounted already.The problem is that kernel crashed after the nfs is mounted.
Thanks
Hi tianyi2,
We can’t reproduce crash issue.
Please follow below steps to try again:
1. sudo apt-get install nfs-kernel-server
2. Add rootfs path in "/etc/exports":
example: /home/nvidia/nvidia/nvidia_sdk/JetPack_5.0.2_Linux_JETSON_AGX_XAVIER_TARGETS/Linux_for_Tegra/rootfs
3. sudo /etc/init.d/nfs-kernel-server restart
4. sudo ./flash.sh -N 10.19.100.100:/home/nvidia/nvidia/nvidia_sdk/JetPack_5.0.2_Linux_JETSON_AGX_XAVIER_TARGETS/Linux_for_Tegra/rootfs --rcm-boot jetson-xavier eth0
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.