Linux device issue with STEVAL-STWINCSV1b and cli_example
I'm at a loss to figure out this issue with this sensor box, STWINCSV1b. I can get almost all of the applications to build, run and install, I can send the sensor data to the SD files and stream via USB to a terminal and get the BT and WiFi to work. What I can't get to work is the actual cli_example application to connect to the device. I notice there is no device file generated when it's plugged in via the USB, but lsusb and the logs show the proper information:
kernel: [259152.269021] usb 9-3: new full-speed USB device number 97 using ohci-pci
kernel: [259152.472070] usb 9-3: New USB device found, idVendor=0483, idProduct=5743, bcdDevice= 2.00
kernel: [259152.472075] usb 9-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
kernel: [259152.472078] usb 9-3: Product: STWIN Multi-Sensor Streaming
kernel: [259152.472081] usb 9-3: Manufacturer: STMicroelectronics
kernel: [259152.472083] usb 9-3: SerialNumber: 204E31845652
Does the cli_example application use raw USB commands to access the box or am I missing a udev file to setup the tty device access, if this is what is needed?
PS: Looking through more logs I found a segfault with the libusb-1.0.so.0.1.0 lib, otherwise cli_example gives me a no device found message.
tjm
