GTS AXI Multichannel DMA IP for PCI Express User Guide

ID 847470
Date 5/06/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

6.2.6.1.1. Steps for UIO Driver Installation

  1. In the host system, install the UIO driver using the command below:

    $ sudo modprobe uio

  2. Install "make":
    1. Check if "make" is installed using the following command:

      $ make --version

    2. Install "make" using the following command:

      $ sudo apt install make

    3. Build the mcdma kernel driver and load:

      $ make clean all -C p0_software/kernel/driver/kmod/mcdma-custom-driver

      $ sudo insmod p0_software/kernel/driver/kmod/mcdma-custom-driver/ifc_uio.ko
  3. Verify whether the driver is loaded or not by running the command below:

    $ lspci -d 1172:000 -v | grep ifc_uio

    Expected output:

    (Kernel driver in use: ifc_uio)