View Single Post
Old 05-05-2013, 09:25 AM   #4 (permalink)
apowers
EcoModding Apprentice
 
apowers's Avatar
 
Join Date: Aug 2009
Location: Tn
Posts: 126
Thanks: 14
Thanked 19 Times in 16 Posts
Quote:
Originally Posted by Nevyn View Post
Hello all! It's been far, far, faaaaar too long. But I've been around, and I'm here again.

I'm partially through assembly of a 1000 amp IGBT controller, just the same as I was 2 years ago (gasp! Has it been that long!?).

What's the current firmware?

If I'm programming via USBtinyISP and avrdude, what file do I need? A .hex, .c, or .h?

My chip is 100% raw. Do I need a bootloader?

I have this board (not that it matters):


I think this is what I used. It has been a while. avrdude needs to point to where the file is first.


avrdude -p m8 -c sp12 -P lpt1 -e -U flash:w:coug-unified-16km8.hex



RTD Explorer works easier.
  Reply With Quote