2012-04-16 21:45:07 | Device 3 opened (A4014PHJ)
Traceback (most recent call last):
File "program.py", line 91, in
fpga.detect()
File "/Users/christian/x6500-6/fpga.py", line 82, in detect
with self.ft232r.lock: self.jtag.detect()
File "/Users/christian/x6500-6/jtag.py", line 81, in detect
raise NoDevicesDetected
Shows up in listDevices.py fine though?
Did you ever get this working? I'm trying to run some rev 3 boards and I'm having the exact same problem, but in Linux. The rev 2 boards work fine but the rev 3s report the NoDevicesDetected error when attempting to load the bitstream even though the hotplug manager worker is able to detect them. I'm running the latest MPBM testing branch and have checked all the cables. I'm manually disabling ftdi_sio prior to running MPBM but I'm going to try blacklisting it again next, however that will cause problems with other boards.