Jetson NX 16GB M.2 nvme not detected with Jetpack 5.0.2, but is detectected with Jetpack 4.6

M.2 nvme is installed, then we flash Jetson using SDK manager. Running dmesg | grep nvme returns the following:


[    6.219203] nvme 0005:05:00.0: Adding to iommu group 7
[    6.223937] nvme nvme0: pci function 0005:05:00.0
[    6.227156] nvme 0005:05:00.0: enabling device (0000 -> 0002)
[   66.528447] nvme nvme0: invalid id 0 completed on queue 0
[   66.529978] nvme nvme0: I/O 20 QID 0 timeout, disable controller
[   66.638818] nvme nvme0: Device shutdown incomplete; abort shutdown
[   66.640758] nvme nvme0: Identify Controller failed (-4)
[   66.642261] nvme nvme0: Removing after probe failure status: -5

Is there any way to fix this?

I’d like to note that when we flashed the NX with Jetpack 4.6, we did not have this problem.