Solution
The default lspci command on NI Linux Real-Time has limited options. To access the full set of lspci options, you need to install pciutils by running opkg install pciutils on your RT target.
After installing, you can use the lspci command below on your NI Linux Real-Time system.
Command | Description |
lspci -tv | Tree view of PCI device hierarchy with brief info |
lspci -vvv | Very detailed info about each PCI device |
lspci -xxxx | Raw hex dump of the full 4096-byte PCI config space |
lspci -vvxxx | Combines detailed info and full raw hex dump for deep analysis |