Created
May 27, 2023 11:56
-
-
Save rafaelnp/765729523e2ee343a8ea759cf45e06a6 to your computer and use it in GitHub Desktop.
Block ftdi_sio so the FPGA boards using FTDI IC can be detected by Vivado
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# date: 2023.05.27 | |
# description: Block ftdi_sio, so the FPGA boards using FTDI based ICs can be detected by Vivado | |
# Linux Kernel: 6.3.4 | |
# Vivado: 2022.2, 2023.1 | |
# Boards: Arty7, Basys3, ZyboZ7-20 | |
# | |
blacklist ftdi_sio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment