digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
932 stars 377 forks source link

Old version of micronucleus packaged with arudino #126

Closed Kilill closed 3 years ago

Kilill commented 4 years ago

The micronucleus version referenced in the "package_digistump_index.json" file is 2.0a4 the latest version from micronucleus is 2.04 Time for an upgrade ?

ArminJo commented 4 years ago

Do you know, whre to find the binaries of this version?

Kilill commented 4 years ago

No had to compile them myself from the micronuclues code

ArminJo commented 4 years ago

Do you have it on Dropbox or GoogleDrive or...?

Kilill commented 4 years ago

No just cloned it from the repo:https://github.com/micronucleus/micronucleus If youre using windows theres a prebuilt commandline tool thoug: https://github.com/micronucleus/micronucleus/blob/master/commandline/builds/Windows/micronucleus.exe

reppad commented 3 years ago

With an (almost) up-to-date firmware, this cause the failure of sketch upload and display the following message when trying to upload from Arduino IDE or Platform IO on Ubuntu 20.04 :

Warning: device with unknown new version of Micronucleus detected. This tool doesn't know how to upload to this new device. Updates may be available. Device reports version as: 2.2

quinot commented 3 years ago

Also, interestingly, it looks like the micronucleus tool included in the Digistump core purports (from filenames) to be 2.0a4, but is actually an older release, and does not support newer Micronucleus firmware (version 2).

ArminJo commented 3 years ago

@Kilill I just packaged a new version with the new micronucleus binaries for all platforms - not requiring launcher any more, see platform.txt 😀- and new bootloaders.

Can you close the Issue then? Thanks

Kilill commented 3 years ago

Sure :-) will not be able to test if for bit though