You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the xs board connected to my Pi 3 model B. I installed the drivers from this repo and when I do sudo ykurcmd -l it doesn't find any boards.
Running lsusb I get:
pi@raspberrypi:~/Workspace/pykush $ lsusb
Bus 001 Device 012: ID 04d8:f0cd Microchip Technology, Inc.
Bus 001 Device 011: ID 0424:2422 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I installed your Python library and running python pykush.py -l gives me:
listing YKUSH family devices
found a None release 2 device with serial number None
system device path 0001:000e:00, vendor id 0x04d8, product id 0xf0cd
control functions are not available, the device is working in bootloader mode
Any idea what to do?
[Edit]
I needed to add the ykushxs bit in the command to work:
E.g.:
sudo ykushcmd ykushxs -l
The text was updated successfully, but these errors were encountered:
For controlling the YKUSH family of boards, which YKUSH XS is one, you need the ykushcmd application (not the ykurcmd) which can be found at https://github.com/Yepkit/ykush repository.
The ykurcmd is only for YKUR boards, it will not work with YKUSH boards.
Also pykush currently only supports YKUSH and YKUSH 3, it will not work with YKUSH XS.
Hi,
I have the xs board connected to my Pi 3 model B. I installed the drivers from this repo and when I do
sudo ykurcmd -l
it doesn't find any boards.Running
lsusb
I get:I installed your Python library and running
python pykush.py -l
gives me:Any idea what to do?
[Edit]
I needed to add the
ykushxs
bit in the command to work:E.g.:
The text was updated successfully, but these errors were encountered: