Skip to content

Instantly share code, notes, and snippets.

@gonsolo
Last active April 15, 2024 19:35
Show Gist options
  • Save gonsolo/cceb292b556d869bac54814c89656c9a to your computer and use it in GitHub Desktop.
Save gonsolo/cceb292b556d869bac54814c89656c9a to your computer and use it in GitHub Desktop.
Chipyard on Arch with Nitefury II
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