Part Number: AM5728
Tool/software: Linux
As it's been asked sometimes on how to connect AM5728 to PC using PCIE, the answer is that we need a PC pcie driver (similar to pci_endpoint_test )
I have tried to compile the pcitest.c (under <linux kernel>tools/pci) using
"gcc -Iusr/include <sdk kernel>/tools/pci/pcitest.c -o pcitest"
and run it on PC linux (ubuntu 16.04). It doesn't work because PC cannot recognize the board (no /dev/pci-endpoint-test.0). (EP (IDK) side has been boot up and set up correctly before booting up the PC)
So what is TI's suggestion to start with such driver? Is it just some simple modification to the .c file or something much more than that? I have no experience on PCIE driver.