-
When trying to upload a program to an ATtiny85 running the Micronucleus bootloader, I'm getting the following error:
```
$ ./avrdude -C avrdude.conf -c micronucleus -p attiny85 -Uflash:w:/var/fold…
-
Last issue (https://github.com/micronucleus/micronucleus/issues/130) solved - new issue rising
So weird! :weary: My digispark does not get detected to upload code in the arduino IDE
I can plug i…
-
Hi everyone, maybe it' s a electrical fault of CPU, but it's hard for me to believe that, since it was already boxed and connected to the same DC supply @5,08V. There may be a spike during powerup.. i…
-
Avrdude does not necessarily write flash correctly when the input file ends in a series of one or more `0xff`. This can happen because avrdude's `fileio()` unconditionally asks `avr_mem_hiaddr()` to r…
-
The issue is caused by #1132.
I'm building using make, and after #1132 was merged, I have to hit enter after every command in order for `avrdude>` to appear. When I start to type, the text appears …
-
https://github.com/AnaviTechnology/anavi-docs/blob/master/anavi-macro-pad-2/anavi-macro-pad-2.md#chapter-3-software
It's my understanding that I need to install the older QMK software v0.13.19 in o…
-
[I started a new topic, because I believe this will be a longer thread and I wanted it to be easily found.]
I got the version in my [atmega328p](https://github.com/AHorneffer/micronucleus/tree/atmega…
-
As of now MSVC build does not support libreadline and then `-c urclock` may time out in terminal mode.
@mariusgreuel may have the solution from the discussion here.
* https://github.com/avrdudes/a…
-
Deae Bluebie,
Any reason to don't used a HID interface?
I cannot install a driver in the machine and I would like to use your bootloader using a HID interface.
Can you suggest to me some advices t…
-
Some 841 board variants will not function properly with the Nanite841 bootloader. There should be either:
1. A menu in the existing board definition to choose Nanite841.hex or t841_default.hex
or…