Part Number: 66AK2H12
Tool/software: Linux
Hi, I use ProcSDK v5.02.00.10.
I want to configure SRIO link between k2h and US kintex FPGA in my custom board. my custom board is similar to evm-k2h and I'm not linux expert.
from ProcSDK v4, SRIO driver was omitted by TI.
I exported TI SRIO driver source files (.c, .h, .dts and ...) from v3.03 to v5.02 and configured them for linux header v4.14.79 and rapidio driver.
by rebuilding kernel and use it under NFS, SRIO link configured on board. (there is an LED link ok on FPGA to show link status and in linux in /dev there is rio_mport0 char device file)
I saw an application in below link for SRIO test (Using DirectIO part and Using doorbells part):
http://processors.wiki.ti.com/index.php/Linux_Core_RapidIO_User%27s_Guide
but this app doesn't have any header files. I don't know this app is a part of driver or not!? or this app run in kernel space or user space?
Does anyone have original these source files? or know which header files I need to use and how can i build this app to run on k2h?
I couldn't configure RIONET for this driver and I didn't receive massages mentioned on top link for RIONET.
can anyone help me?