7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

Update README.md

This commit is contained in:
Aleksa Bjelogrlic 2024-07-02 17:38:17 -04:00 committed by GitHub
parent 75f3b09a3d
commit a799ab1e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,7 @@ These are instructions for the XDMA gateware, which is currently the most stable
- On Linux, run `sudo make install` in the [xdma](https://github.com/EEVengers/ThunderScope/tree/master/Software/xdma_driver_linux/xdma) directory
- Run `make` in the [tools](https://github.com/EEVengers/ThunderScope/tree/master/Software/xdma_driver_linux/tools) directory
- Create a udev rule so you don't have to run everything acessing the hardware as root:
- `cat /etc/udev/rules.d/70-thunderscope.rules
ACTION=="add", SUBSYSTEM=="xdma", TAG+="uaccess"`
- create `/etc/udev/rules.d/70-thunderscope.rules` file with the line `ACTION=="add", SUBSYSTEM=="xdma", TAG+="uaccess"`
- With a TS connected, run `sudo ./load_driver.sh` in the [tests](https://github.com/EEVengers/ThunderScope/tree/master/Software/xdma_driver_linux/tests) directory
- Output should be `The Kernel module installed correctly and the xmda devices were recognized.`
2. Build TS.NET.Engine using the [build scripts](https://github.com/macaba/TS.NET/tree/main/build-scripts)