Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belanasaikiran/sysfs-module
https://github.com/belanasaikiran/sysfs-module
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/belanasaikiran/sysfs-module
- Owner: belanasaikiran
- License: mit
- Created: 2023-11-10T06:22:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T14:40:44.000Z (about 1 year ago)
- Last Synced: 2023-11-14T17:55:28.512Z (about 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sysfs-module
> To check the kernel `uname -r`
1. Make sure you install the following libraries
```
sudo apt install -y build-essential flex bison libssl-dev libelf-dev```
2. Install the linux headers
```
sudo apt install linux-headers-$(uname -r)
```3. Also install linux-source to correct the error of `make menuconfig`
---
# PCIe Related
1. To know the specific PCIe Device information
```
lspci -vv -s af:00.0
```2. FPGA sys is found at
```
/sys/class/fpga
```3. Arria 10 sys path
```
/sys/devices/pci0000:ae/0000:ae:00.0/0000:af:00.0
```