Last active
April 15, 2024 19:35
-
-
Save gonsolo/cceb292b556d869bac54814c89656c9a to your computer and use it in GitHub Desktop.
Chipyard on Arch with Nitefury II
This file contains hidden or 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
As of April 2024: | |
1. Vivado: Do not run installLibs.sh, manually add libs from script, libtinfo.so.5 can be symlinked | |
2. XDMA: | |
- For kernel 6.8.x: Use updated driver from https://github.com/gonsolo/dma_ip_drivers.git branch gonsolo. | |
- "config bar not found": Start kernel with "pci=nomsi", insmod with "poll_mode=1 interrupt_mode=2". | |
- After that you should have some devices: /dev/xdma*. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment