AN 708: Application Note - PCI Express DMA Reference Design Using External Memory
                    
                        ID
                        683390
                    
                
                
                    Date
                    5/17/2017
                
                
                    Public
                
            Installing the Driver and Application
On your Linux computer: :
- Create a directory and unzip all files to that directory.
 - In the directory that you created, login as root by typing su.
 - Type your root password.
 - Type make to compile the driver and the application.
 - Type ./install to install the Linux driver.
 
    You get the following error message when you install the driver for the first time: 
    
 
  ERROR: Module altera_dma does not exist in /proc/modules.
 
    rm: cannot remove '/dev/altera_dma': no such file or directory.
 You can ignore these messages.