Micronucleus is a bootloader designed for AVR ATtiny microcontrollers
Micronucleus is a bootloader designed for AVR ATtiny microcontrollers with a minimal usb interface, cross platform libusb-based program upload tool, and a strong emphasis on bootloader compactness.
Micronucleus is a bootloader designed for AVR ATtiny microcontrollers with a minimal usb interface, cross platform libusb-based program upload tool, and a strong emphasis on bootloader compactness.
To install micronucleus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install micronucleus
To see what files were installed by micronucleus, run:
port contents micronucleus
To later upgrade micronucleus, run:
sudo port selfupdate && sudo port upgrade micronucleus
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.