All CONTROLLINO MINI devices produced from now already include the new bootlader.
The users interrested to upgrade their MINIs have two possibilities
- use Atmel Studio and Atmel ICE programmer (only for experienced users, Atmel ICE is quite expensive)
- use Arduino UNO as ISP programmer - you just need Arduino UNO, USB cable, few wires and THIS TUTORIAL!
- Update your Arduino IDE with the latest CONTROLLINO board support package
Make sure that you have version 3.1.0 or later. You can find this information in Arduino IDE - Tools - Board - Boards Manager - Connect the UNO and MINI by 6 wires
- UNO 5V to MINI 5V
- UNO GND to MINI GND
- UNO MISO to MINI MISO
- UNO MOSI to MINI MOSI
- UNO SCK to MINI SCK
- UNO pin 10 to MINI RESET
- Connect the Arduino UNO by USB cable to your PC and start the Arduino IDE
- Select proper COM port and board and upload the sketch File-Examples-ArduinoISP
- Change type of Board to CONTROLLINO_MINI
Set type of programmer to Arduino as ISP
Click Burn Bootloader
- If everything goes well you should see this
- Or this in a case of Verbose output enabled