Please refer to section "7.2.8.4 PCIe Endpoint Mode Linux driver" in LSDK 21.08 user manual to do testing. Please refer to the following procedure. 1. Kernel configuration. RC: CONFIG_PCI=y CONFIG_PCI_ENDPOINT_TEST=y EP: CONFIG_PCI=y CONFIG_PCI_ENDPOINT=y CONFIG_PCI_ENDPOINT_CONFIGFS=y...
2 changes: 1 addition & 1 deletion 2 drivers/pci/endpoint/functions/pci-epf-test.c Original file line numberDiff line numberDiff line change @@ -121,7 +121,7 @@ static int pci_epf_test_data_transfer(struct pci_epf_test *epf_test,...
CONFIG_PCI=y CONFIG_PCI_ENDPOINT_TEST=y EP: CONFIG_PCI=y CONFIG_PCI_ENDPOINT=y CONFIG_PCI_ENDPOINT_CONFIGFS=y CONFIG_PCI_EPF_TEST=y CONFIG_PCI_LAYERSCAPE_EP=y 2. Please configure the following in PCIe EP RCW file. HOST_AGT_PEX1=1 3. Boot up Linux on EP board and execute the foll...