Digistump Forums
The Digispark => Digispark Pro Support => Topic started by: alan242 on February 08, 2015, 09:36:28 am
-
In the 64 bit IDE, the micronucleus executable in hardware/digistump/avr/tools appears to be 32 bit not 64 bit. This causes it to look for a 32 bit version of libusb. I do not have the 32 bit version installed, so it failed to run. The copy in linux64binaries.tar is also incorrect. It matches the version in linux32binaries.tar. The workaround is to install a 32 bit copy of libusb somewhere in the IDE's path.
-
I compiled the 64 bit version from the sources. I have attached it to this post.
-
Thanks a lot !
On Ubuntu 14.04 64bits, I had a lot of difficulties with this error message while uploading sktech: "/Digispark/arduino-1.5.8-64bit/hardware/digistump/avr/tools/micronucleus: not found"
Using your compiled 64btis version of micronucleus instead of the one from "DigistumpIDE1.5.8C-linux64", solved the problem.
:)
-
Thanks @rstein - this is corrected in the upcoming release as well