Maybe it's just a bit late, but isn't this command to program all devices?
java -cp ZtexBTCMiner-120221.jar BTCMiner -m p -f ztex_ufm1_15d3a.ihx
It just outputs a "No devices found" and exits.
But then
java -cp ZtexBTCMiner-120221.jar BTCMiner -i
outputs the following:
Enter RPC user name:
Enter RPC password:
0: bus=bus-0 device=4 (`\\.\libusb0-0004--0x221a-0x0100') ID=221a:100
Manufacturer="ZTEX" Product="btcminer for ZTEX FPGA Modules" SerialNumber="04A32E00E9"
productID=10.0.1.1 fwVer=0 ifVer=1
1: bus=bus-0 device=5 (`\\.\libusb0-0005--0x221a-0x0100') ID=221a:100
Manufacturer="ZTEX" Product="btcminer for ZTEX FPGA Modules" SerialNumber="04A346CEC7"
productID=10.0.1.1 fwVer=0 ifVer=1
2: bus=bus-0 device=6 (`\\.\libusb0-0006--0x221a-0x0100') ID=221a:100
Manufacturer="ZTEX" Product="btcminer for ZTEX FPGA Modules" SerialNumber="04A3469722"
productID=10.0.1.1 fwVer=0 ifVer=1
So the devices are clearly there. It also doesn't work after power cycling, "No devices found" again.
If I run my (small) cluster with the following, everything works fine. It programs the devices then starts mining.
java -cp ZtexBTCMiner-120221.jar BTCMiner -host "
http://pool.ABCPool.co:8332" -u xxx -p yyy -l 120221-d3a-cluster.log -m c
(Re)Scanning bus ...
ztex_ufm1_15d3-04A32E00E9: New device: bitfile=ztex_ufm1_15d3 f_default=200.00MHz f_max=240.00MHz HpC=1.0H
ztex_ufm1_15d3-04A32E00E9: FPGA configuration time: 3247 ms
ztex_ufm1_15d3-04A32E00E9: Set frequency to 200.00MHz
Starting mining thread for bus bus-0-0
bus-0-0: ztex_ufm1_15d3-04A32E00E9: added
ztex_ufm1_15d3-04A3469722: New device: bitfile=ztex_ufm1_15d3 f_default=200.00MHz f_max=240.00MHz HpC=1.0H
ztex_ufm1_15d3-04A3469722: FPGA configuration time: 3236 ms
ztex_ufm1_15d3-04A3469722: Set frequency to 200.00MHz
bus-0-0: ztex_ufm1_15d3-04A3469722: added
ztex_ufm1_15d3-04A346CEC7: New device: bitfile=ztex_ufm1_15d3 f_default=200.00MHz f_max=240.00MHz HpC=1.0H
ztex_ufm1_15d3-04A346CEC7: FPGA configuration time: 3256 ms
ztex_ufm1_15d3-04A346CEC7: Set frequency to 200.00MHz
bus-0-0: ztex_ufm1_15d3-04A346CEC7: added
Summary:
Bus bus-0-0 : 3 devices
Total : 3 devices
Disconnect all devices or press Ctrl-C for exit.
Press "r" Enter for re-scanning.