digistump / DigistumpArduino

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

Outdated Micronucleus version #154

Open 6r1d opened 2 years ago

6r1d commented 2 years ago

Hello.

Recently, I've got a couple of Digispark boards from a friend. The interesting things about these boards was that Micronucleus version was updated on them, so I was not able to program them from Arduino IDE yet. There was an error message about an unknown version of Micronucleus, too.

I've proceeded with updating the Micronucleus further and that raised the version and again, blocked Arduino IDE from writing.

I'm sorry for not logging the error message exactly, but it was showing micronucleus itself complaining about the unknown version.

That gave me an idea: what if I replace the executable of Micronucleus and experiment? I've checked the releases and picked v2.6: micronucleus-cli-master-882e7b4a-x86_64-Linux.zip.

So, maybe it's a good time for that small update and some testing.

LightningStalker commented 2 years ago

I had to compile the latest version of Microneucleus to get the boards to program. Nothing has been updated since 2017!?

pfeerick commented 2 years ago

Correct... this repo is basically abandoned. You should be looking at https://github.com/ArminJo/DigistumpArduino for more up-to-date support for the Digispark and clones.

6r1d commented 2 years ago

You should be looking at https://github.com/ArminJo/DigistumpArduino

Thanks!