SSD Influence on Jetson AGX Orin

The behavior of the jetson-agx-orin varies depending on the SSD used. The jetson-agx-orin is booted with SSD using Jetpack 5.1.1. While normally using PCIe Gen3 x4 (PCIe SSD 112S), upon switching to a different SSD with PCIe Gen4 x4 (PCIe SSD 240S), the operation slowed down. Considering the occurrence of the following error on the slower operation, there was a suspicion of incompatibility with PCIe Gen4 x4. However, when another PCIe Gen4 x4 SSD (SSD-CK1.0N4PLG3N) was used, the operation remained the same as before. Could it be that in Jetpack 5.1.1, the compatibility issue with SSD types causes the slowdown in operation?

$ sudo dmesg | grep -i nvme
[    0.000000] Kernel command line: root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 
[   12.542387] nvme 0007:01:00.0: Adding to iommu group 13
[   12.548758] nvme nvme0: pci function 0007:01:00.0
[   12.554367] nvme 0007:01:00.0: enabling device (0000 -> 0002)
[   12.572474] nvme nvme0: missing or invalid SUBNQN field.
[   12.657468] nvme nvme0: 8/0/0 default/read/poll queues
[   12.683670]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[   15.033429] Root device found: nvme0n1p1
[   15.041731] Found dev node: /dev/nvme0n1p1
[   15.297856] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[   15.307754] Rootfs mounted over nvme0n1p1
[   22.673896] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[   40.559913] nvme 0007:01:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[   40.570193] nvme 0007:01:00.0:   device [1d79:2267] error status/mask=00000001/0000e000
[   40.579009] nvme 0007:01:00.0:    [ 0] RxErr   

Please first upgrade to 5.1.3 or 6.0 and see it the issue persists.

Is my understanding correct that upgrading to version 5.1.3 or 6.0 would allow for compatibility with previously unsupported devices?

I’m just suggesting, and of course it’s impossible for us to test all kinds of disks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.