You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These tools are shipped only in 32-bit linux form. Unfortunately, any build uses dfu-suffix, and that in turn triggers a problem on Travis CI. The solution is probably to track down the original tools and provide 64-bit forms; or else fix the builds not to use dfu-suffix.
Also, this will cause weird headaches for beginning users who haven't installed 32-bit support on their 64-bit linux.
openocd can probably be removed from the build, as it seems not to be used.
Squash of some individual steps: fix#45
* Curious problem; local works, but github breaks
* Fix typo
* Check directory after install
* Will adding 32-bit libs fix this?
* need sudo to do the install?
* 32-bit tools cause weird probs, try disabling DFU suffix
* Perhaps we have a workaround.
See mcci-catena/Arduino_Core_STM32#30 for
reasoning behind this change.
@svelmurugan92@dhineshkumarmcci can you please check the upstream branch of the BSP and see if they have 64-bit linux tools for DFU? if so, we need to add them. That work needs to be done and tested on Linux 64-bit; I can do it if you can find the tools.
These tools are shipped only in 32-bit linux form. Unfortunately, any build uses dfu-suffix, and that in turn triggers a problem on Travis CI. The solution is probably to track down the original tools and provide 64-bit forms; or else fix the builds not to use dfu-suffix.
Also, this will cause weird headaches for beginning users who haven't installed 32-bit support on their 64-bit linux.
openocd can probably be removed from the build, as it seems not to be used.
A typical failure message is (from this build)
See mcci-catena/arduino-lorawan#45 for an example of the gyrations this causes.
The text was updated successfully, but these errors were encountered: