Replies: 1 comment 4 replies
-
So you formatted and installed the SSD on an Orin Nano, but you want to reuse that SSD, without re-formatting/re-installing, with a Xavier NX? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to boot a Xavier NX 16GB from emmc with a nvme ssd attached I had some struggle getting it to boot from emmc. I adjusted the boot order in
L4TConfiguration.dts
and also setNewDeviceHierarchy
to 0 in that file.There is a system installed on that ssd (from booting an orin nano with it), which panics when booted on the xavier nx. When using a clean ssd (no system installed on it) it works and boots from emmc. I also played around a bit with redundant/non-redundant, booting in slot a and b and I noticed that this does not occur when installing the ssd with the active slot being slot B on the device. The installation on the ssd seems to be setup non-redundant.
Sure I could format the ssd before using it but this doesn't seem to me to be intended behaviour. Do you have any pointers towards how to troubleshoot that further or am I just missing something?
I haven't tried this on stock l4t yet btw.Seems to work on stock l4tBoot log (UART):
xnx_ssd_noredundant.log
Boot log with edk2 debug info (includes log from when I flashed the device):
xnx_ssd_noredundant_edkdebug.log
Beta Was this translation helpful? Give feedback.
All reactions