-
I am using the AI-deck 1.1 REVD. When I run the command: $ docker run --rm -v ${PWD}:/module --privileged aideck-with-autotiler tools/build/make-example examples/ai/classification all run I receive this in the window after: bitcraze@ubuntu:~/aideck-gap8-examples$ docker run --rm -v ${PWD}:/module --privileged aideck-with-autotiler tools/build/make-example examples/ai/classification all run DEPRECATED! use 'adapter speed' not 'adapter_khz' Flashing image with command: Note: It would be really appreciated if I can get help on this as I have spent allot of hours already trying to solve it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi :) |
Beta Was this translation helpful? Give feedback.
Hi :)
I am not sure if the error message about the pillow version is crucial - but let's fix the other error message about the debugger not being found first.
"Error: no device found
Error: unable to open ftdi device with vid 15ba, pid 002a, description 'Olimex OpenOCD JTAG ARM-USB-TINY-H', serial '' at bus location ''"
Is important in this error log, it means that your debugger is not found. Do you have an Olimex OpenOCD JTAG ARM-USB-TINY-H connected to your computer? (you can check this with "lsusb" in a terminal). And did you set the udev permissions for it?
Hope this helps,
Hanna