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

No FTDI device found / FT232R USB #32

Open
koshisan opened this issue Jul 4, 2018 · 3 comments
Open

No FTDI device found / FT232R USB #32

koshisan opened this issue Jul 4, 2018 · 3 comments

Comments

@koshisan
Copy link

koshisan commented Jul 4, 2018

I am a bit hesitant to submit this is a bug, because it might be personal incompetence - but I cannot get the CSR Tools (BlueSuite 2.6.6, tried older 2.5 before) to work.

CMD Output is:

22:20:15.530489: all:spi.c:567:spi_init: csr-spi-ftdi 0.5.3-a5, git rev 1f342f2, libftdi 1.4-unknown
22:20:15.920445: err:spi.c:709:spi_open: No FTDI device found

ERROR: Couldn't find SPI port

Failed

-> since it says "csr-spi-ftdi 0.5.3" the library seems to be correctly installed

I am using an FTDI232, zadig replaced the driver without any problem - It is listed in device manager as "FT232R USB UART" under "libusbK USB Devices" - so to my understanding it should at least be discovered?

Thanks for helping!

@koshisan
Copy link
Author

koshisan commented Jul 5, 2018

Took a look at the sourcecode meanwhile - 0x0403, 0x6001 is the first vendor id listed in ftdi_device_ids - Windows Device Manager reports exactly this IDs for my device -> It should be supported

@koshisan
Copy link
Author

koshisan commented Jul 7, 2018

BlueFlashCmd.exe -trans "SPIDEBUG=ON
SPIDEBUG_FILE=csr-spi-debug.log FTDI_LOG_LEVEL=debug,dump
FTDI_LOG_FILE=ftdi-debug.log" -identify

Does neither write a file, nor give any more output at all - this is seriously broken!

@koshisan
Copy link
Author

koshisan commented Jul 7, 2018

I found a solution to the problem - It seems the USB driver cannot handle devices connected to a hub...

Maybe the documentation should be updated accordingly?

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

1 participant