Skip to content
Skip to content
Gooseleggs Site

Ramblings

← Azure AD Roles and authentication methods
Updating code into ESP chip from factory →
-->

Using AVR High Voltage Parallel Programmer

Posted on April 25, 2023 by admin

Purchased the below pictured AVR programmer from Aliexpress.  Needed to use AVR Studio to get it going until I found the magic sauce.

Well, the magic sauce is this for linux, use the device type of stk500pp (parallel programming).  Once this is done, works a treat.  However, inside of Eclipse, cannot seem to read fuse values, or device type.  Maybe there is a plug in update, but at least it allows to program devices.

For a command line option, this is what works

avrdude -p m88p -c stk500pp -P /dev/ttyUSB0 -b 115200 -U signature:r:file.bin

 

1

This entry was posted in AVR. Bookmark the <a href="https://www.thesmithcave.nz/?p=358" title="Permalink to Using AVR High Voltage Parallel Programmer" rel="bookmark">permalink</a>.
← Azure AD Roles and authentication methods
Updating code into ESP chip from factory →

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2025 | Blog info WordPress Theme | By Bharat Kambariya