flasher
flasher copied to clipboard
undefined symbol: libusb_set_option on linux
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
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
This issue is pretty much similar to https://github.com/EdgeTX/flasher/issues/44