hi.
i want to connect two evm board for testing pcie...
i use this link and follow. http://processors.wiki.ti.com/index.php/Linux_Core_PCIe_EP_User's_Guide
echo "51000000.pcie_ep" > epc
i confront with these errors :
[ 189.280149] dra7-pcie 51000000.pcie_ep: no free inbound window
[ 189.286050] pci_epf_test pci_epf_test.0: failed to set BAR4
[ 189.291739] dra7-pcie 51000000.pcie_ep: no free inbound window
[ 189.297792] pci_epf_test pci_epf_test.0: failed to set BAR5
also when i used from lspci command in RC evm board :
root@am57xx-evm:~# lspci
00:00.0 PCI bridge: Texas Instruments Device 8888 (rev 01)
root@am57xx-evm:~#
please help me to solve this problem.