![Lattice CrossLink-NX PCIe Скачать руководство пользователя страница 29](http://html1.mh-extra.com/html/lattice/crosslink-nx-pcie/crosslink-nx-pcie_user-manual_3825488029.webp)
CrossLink-NX PCIe Bridge Board Basic Demo
User Guide
© 2021 Lattice Semiconductor Corp. All Lattice trademarks, registered trademarks, patents, and disclaimers are as listed at
All other brand or product names are trademarks or registered trademarks of their respective holders. The specifications and information herein are subject to change without notice.
FPGA-UG-02145-1.0
29
To install the driver:
1.
Go to drv_src/drvr/ directory.
2.
Run the commnd below.
sudo insmod lattice_main.ko
3.
To launch the user interface application, go to the app_src/gui/deploy/ directory and run the command below.
sudo ./PCIe_Test_App.sh
3.2.2.5.
Automatic Setup and Installation
To setup the demo in automatic mode:
1.
Go to the Demonstration/Linux directory.
2.
Change the permission of the install.sh file by running chmod command.
sudo chmod 777 install.sh
3.
Run the command below, which builds the driver and API library, install the driver, and launch the QT use interface
application.
sudo ./install.sh
4.
To uninstall the driver, go to the Demonstration/Linux directory and run the command below.
sudo ./uninstall.sh