Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # path to the xilinx device on your PC vvvvvvvvvvvvvv
- cd /sys/devices/pci0000:00/0000:00:09.0/0000:02:00.0
- echo 1 > remove
- sleep 1
- cd ..
- echo 1 > rescan
- lspci -vt
- dmesg | tail
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement