Xilinx / zynqmp-pspcie-epdma

Other
1 stars 2 forks source link

###############################################################################

             Xilinx ZynqMP PS-PCIe End Point DMA Software README

###############################################################################

The files in this directory provide Xilinx ZynqMP PS-PCIe End Point DMA drivers,and test application for testing DMA Transfers and Programmable Input Output functionality .

Operating System Support:

Operating System :

Distributor ID: Ubuntu

Description: Ubuntu 20.04.4 LTS

Release: 20.04

Kernel Version: 5.4.0-182-generic

Codename: focal

HW Patform -X86

HW Requirement:

ZynqMP PS-PCIe End Point devices.

Directory and file description:

Usage:

Frequently Asked Questions

Q: How do I modify the PCIe Device IDs recognized by the kernel module driver?                                              
A: The driver/ps_pcie_dma.c file constains the pci_device_id struct that identifies                                             
   the PCIe Device IDs that are recognized by the driver in the following format:                                               
   { PCI_DEVICE(<VENDOR ID> , <DEVICE ID>), },                                                                  
   Add, remove, or modify the PCIe Device IDs in this struct as desired.                                                    
   Then uninstall the existing kernel module, compile the driver again, and re-install the driver.