Bug 328

Summary: LWLA1034 does not work on Windows
Product: libsigrok Reporter: Daniel Elstner <daniel.kitta>
Component: Driver: sysclk-lwlaAssignee: Daniel Elstner <daniel.kitta>
Status: RESOLVED FIXED    
Severity: normal CC: martin-sigrokbugs, uwe
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: Windows   

Description Daniel Elstner 2014-03-04 20:02:01 CET
Pasted report from the mailing list:

I tried run sigrok (and pulseview) on win7 with lwla1034 analyser, but I can't get any captured data.
lwla initialization was OK, but after starting capture lwla not answered.


Running log:
C:\Program Files\sigrok\sigrok-cli>sigrok-cli --driver sysclk-lwla --config samplerate=100000000 --time 1 -l 5
sr: libsigrok loglevel set to 5.
sr: backend: Sanity-checking all drivers.
sr: backend: Sanity-checking all input modules.
sr: backend: Sanity-checking all output modules.
srd: libsigrokdecode loglevel set to 5.
sr: hwdriver: Initializing driver 'sysclk-lwla'.
sr: usb: Trying to find USB device with VID:PID = 2961:6689.
sr: usb: Found USB device (VID:PID = 2961:6689, bus.address = 2.3).
sr: usb: Found 1 device(s).
sr: hwdriver: Scan of 'sysclk-lwla' found 1 devices.
sr: usb: Trying to open USB device 2.3.
sr: usb: Opened USB device (VID:PID = 2961:6689, bus.address = 2.3).
sr: sysclk-lwla: Downloading FPGA bitstream at 'firmware\sysclk-lwla1034-int.rbf
'.
sr: sysclk-lwla: FPGA bitstream download of 81464 bytes done.
sr: sysclk-lwla: Received test word 0x12345678 back.
sr: sysclk-lwla: Received test word 0x12345678 back.
sr: sysclk-lwla: Received test word 0x87654321 back.
sr: session: Starting.
sr: sysclk-lwla: Starting acquisition.
sr: sysclk-lwla: Acquisition time limit 1 ms.
sr: sysclk-lwla: Internal clock, samplerate 100000000.
sr: sysclk-lwla: Waiting for data.
sr: std: sysclk-lwla: Starting acquisition.
sr: std: sysclk-lwla: Sending SR_DF_HEADER packet.
sr: session: bus: Received SR_DF_HEADER packet.
cli: Received SR_DF_HEADER
sr: session: Running.
Comment 1 Uwe Hermann 2014-10-26 18:49:25 CET
Confirmed, happens for me as well (Win7, 64bit, sigrok-cli/PulseView as of today).
Comment 2 Martin Ling 2015-03-22 12:24:32 CET
This might be related to #343.
Comment 3 Uwe Hermann 2015-03-24 20:19:51 CET
Yep, indeed. This *seems* to fix the issue for now (did a quick test on LWLA1034).

Some more in-depth testing and checking may be in order (once the "full" issue in #343 has been fixed).

For now, this one is fixed in f6c30de4b031ab9a8d838c1ad6ff4118b03c0dc4.

More testing of other users would be great. Please let us know if you experience any further issues.