I am trying to build and install the linux PC version of the jetson-rdma-picoevb driver GitHub - NVIDIA/jetson-rdma-picoevb: Minimal HW-based demo of GPUDirect RDMA on NVIDIA Jetson AGX Xavier running L4T on my linux PC with Rtx A4500 and Ubuntu 20.04.6 LTS. I followed the instructions to build it, but it says undefined symbols for nvidia_p2p* functions. I also tried to build the Nvidia driver 525.125.06 locally, which is the driver I’m running my graphics card, and link against it. It finished build, but when I did insmod it says “Unknown symbol nvidia_p2p*, module using GPL-only symbols uses symbols from proprietary module nvidia.”
How can I fix those errors to build and run it on my PC? Thanks!