Hi,
did anybody manage to build and run SPDK (GitHub - spdk/spdk: Storage Performance Development Kit) on Orin AGX?
I managed to build it, and start it with “DRIVER_OVERRIDE=uio_pci_generic” option but none of the tools work. I usually get iommu related errors in the syslog, like:
… ubuntu kernel: arm-smmu 12000000.iommu: Unhandled context fault: fsr=0x402, iova=0x6287bc000, fsynr=0x7e0001, cbfrsynra=0x413, cb=5
I tried JetPack 5.1.4 (kernel 5.10) and 6.2 (kernel 5.15) with similar results.
Any help would be appreciated.