avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Re: WinAVR Avrdude 'hanging'


From: Dario Carluccio
Subject: [avr-gcc-list] Re: WinAVR Avrdude 'hanging'
Date: Tue, 17 Feb 2004 21:11:13 +0100

Hello Jim,

> Avrdude gets invoked but frequently hangs at some point.

I have this problem too.

I'm using WinXP and the STK 200 connected to LPT1:

Now I found PonyProg2000 [1].

I changed the makefile and now i program the AVR with PonyProg from
the Programmers Notepad.

Here are my makefile-changes:

,----- [  ]
| # Programming support using PonyProg
| 
| PONYEXE =  C:\Programme\PonyProg2000\PONYPROG2000.EXE
| 
| pony: $(TARGET).hex $(TARGET).eep
|       echo -e "SELECTDEVICE $(MCU)\nLOAD-PROG $(TARGET).hex\nLOAD-DATA 
$(TARGET).eep\nWRITE&VERIFY-ALL" >isp.e2s
|       $(PONYEXE) isp.e2s
`-----

So with make pony the device is programmed.


Bye, Dario.


[1] http://www.LancOS.com
-- 
No Sig



reply via email to

[Prev in Thread] Current Thread [Next in Thread]