When I plug my Naze32 into the USB port I can see the connection using the lsusb command. The output from that command is below.

~$ lsusb
Bus 002 Device 002: ID 04f2:b1d6 Chicony Electronics Co., Ltd CNF9055 Toshiba Webcam
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 3938:1032 
Bus 003 Device 006: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
~$

But when I try to flash the Naze32 using LibrePilot it fails to connect.

Is there more I need to be doing to ensure a connection?

Thanks
Bill

hwh

  • *
  • 1018
Re: Naze32 USB Connection Fails With LibrePilot16.9 On Ubuntu Linux
« Reply #1 on: March 24, 2017, 05:10:45 am »
LibrePilot doesn't support the Naze32.    https://librepilot.atlassian.net/wiki/display/LPDOC/Supported+Hardware lists the boards it supports.

There is a development branch for a couple of F3 boards but that's not in the release.

Re: Naze32 USB Connection Fails With LibrePilot16.9 On Ubuntu Linux
« Reply #2 on: March 24, 2017, 06:29:39 am »
LibrePilot doesn't support the Naze32.    https://librepilot.atlassian.net/wiki/display/LPDOC/Supported+Hardware lists the boards it supports.

There is a development branch for a couple of F3 boards but that's not in the release.

Well damn, don't I look like the fool. For some reason I had it in my head that it did, so I never bothered to look that up. At any rate, thanks for helping me out!

Cheers
Bill