Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ykush xs not found on Raspberry Pi 3 #4

Open
evelyne24 opened this issue Feb 26, 2018 · 1 comment
Open

Ykush xs not found on Raspberry Pi 3 #4

evelyne24 opened this issue Feb 26, 2018 · 1 comment

Comments

@evelyne24
Copy link

evelyne24 commented Feb 26, 2018

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:

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
@yep1
Copy link
Contributor

yep1 commented Feb 26, 2018

Hi,
thanks for your contact.

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.

For YKUSH XS please use https://github.com/Yepkit/ykush

Let us know if this solved your issue.

Best Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants