flasher icon indicating copy to clipboard operation
flasher copied to clipboard

undefined symbol: libusb_set_option on linux

Open gnuton opened this issue 3 years ago • 2 comments

Hi, I tested the flasher on ubuntu and when try to flash I get "undefined symbol: libusb_set_option on linux". the dfu-bundled with the builds seems to link to wrong libusb

gnuton avatar Dec 21 '22 07:12 gnuton

To make the flasher working in the current build you must run

sudo apt-get install dfu-util

This will install a working dfu-util which will be used by the flasher to flash your radio

gnuton avatar Dec 21 '22 07:12 gnuton

This issue is pretty much similar to https://github.com/EdgeTX/flasher/issues/44

gnuton avatar Dec 21 '22 07:12 gnuton