AVR

Programming Arduino Bootloader using Avrdude with AVRISP mkII in Manjaro (Arch Linux)

18 Jul 2020, 12:50pm TZ +05:30
linux, manjaro, hardware, Arduino, AVR
Embedded

Programming Arduino Bootloader using Avrdude with AVRISP mkII

I use the original Arduino-UNO and Mega for development. They are reliable and work a charm. But for cost constrained projects, most of the times I have used Arduino clones. It’s a common hassle these days with some Arduino clones having wrong boot-loader.

I wanted to have a permanent and repeatable way fix the boot-loader in Arduino boards.

Let’s look at how I did this in my favorite Manjaro (Arch Linux)

In fact my earlier article on installing AVRISP mkII on Windows 10 is one of the most visited articles on this website.

...

Installing AVRISP mkII with Libusb-win32 on Windows 10

09 Jun 2018, 12:00am TZ +00:00
windows, hardware, Arduino, AVR
Embedded

Its common that one needs to use a programmer from the Arduino IDE, but on Windows 10 things are not as simple. Many times the drivers installed are not correct hence the avrdude tool in the Arduino IDE refuses to work.

Now, we have a way to do this programming in Linux as well. Have a look at my latest article Programming Arduino Bootloader using Avrdude with AVRISP mkII in Manjaro (Arch Linux) .

...