Hi, we are working on the Orin NX 16GB SOM module. We have flashed the NVMe with the latest version [L4T 35.4.1 (Jetpack 5.1.2)]. We have implemented fail-safe recovery on the board. Currently both Primary and Recovery filesystem are in NVMe but, we required that to be in different storage mediums like Primary on NVMe and Recovery on QSPI/NFS).
Is it possible to use the QSPI as a boot medium? or is it possible to boot via NFS on Orin NX UEFI?
Hi @KevinFFF, Thanks for the response. We are using Nvidia Devkit and using 5.1.2 ver.
Yes, QSPI is too small to mount root file system but we don’t need to mount the RootFS on QSPI. We have 64MB of QSPI, Is it possible to hold Kernel Image(30MB), dtb(250kib) & initrd(10Mb) on it and boot via QSPI? or Boot via TFTP(Image,dtb & FS from my Host PC)? Bacause in our production board, there is no possible to use a/b. Should use different boot medium for Primary & Recovery.
Please share your comments on it. This will be really helpful.
Yes, we could boot Image & dtb from the Recovery partition/GRUB conf but, what about the filesystem? Is that possible to load initrd into QSPI or boot via NFS filesystem is possible in Orin NX UEFI?
What is the procedure for adding my application/script(used for update Primary FS from Recovery FS) into recovery partition FS? Please share any reference links/document regarding recovery partition.
Thanks for the reply. We have analysed the link which is for flashing the board via NFS. Here NFS(eth0) act as flashing medium instead of USB.
What we are expecting is “Booting Orin NX from QSIP/NFS”. For Example, Image/DTB on QSPI and Rootfs on NFS. We could boot via NFS in old version kernel via u-boot. Now we want to know, Do we pass the bootargs as /nfs/rootfs or Change extlinux.conf with NFS argument and boot via NFS on UEFI?