10-29-2024 07:59 AM
Hi,
I'm trying to use a USB 7845R FPGA with nifpga python module. I've installed the ni-rseries package and I can't figure out what the name of the resource is. Here is the output of lsni -u
Operating System: Ubuntu 24.04.1 LTS
System Start Time: 10/29/2024 01:13:18 PM
Comments:
-- Startup Settings --
-- System Resources --
Total Physical Memory: 31.1 GB
Free Physical Memory: 25.0 GB
Total Virtual Memory: 23.5 GB
Free Virtual Memory: 8.39 GB
Primary Disk Capacity: 274 GB
Primary Disk Free Space: 246 GB
CPU Model: 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz
CPU Cores: 8
CPU Logical Processors: 16
CPU Total Load: 6% | 6% | 7% | 5% | 5% | 6% | 5% | 6% | 4% | 5% | 5% | 4% | 4% | 4% | 3% | 5%
CPU Interrupt Load: 2% | 2% | 2% | 1% | 1% | 1% | 1% | 1% | 1% | 1% | 1% | 1% | 1% | 1% | 1% | 1%
/sys/bus/usb/devices/usb3/3-9/3-9.3/3-9.3.2 (expert: nisyscfg)
-- Settings --
Name:
Vendor: National Instruments
Model: NI USB-7845R
Serial Number: 022B6C5F
The name string is empty. And I can't find the FPGA using ni-hwcfg-utility.
Here is the code I'm trying to run
if self._mode == Mode.FPGA:
try:
self._session = Session(bitfile, resource="RIO0", no_run=True)
except status.ErrorStatus as ex:
print(ex.__str__())
return
self._session.reset()
self._session.run()
12-03-2024 02:04 AM
I finally got an answer from NI support. They said that the USB version is not supported on Linux. Guess the driver still need to be developed. They confirmed that the PCI version should work on Linux