[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] AVRDude serial access problem under WinXP
From: |
Joerg Wunsch |
Subject: |
Re: [avr-gcc-list] AVRDude serial access problem under WinXP |
Date: |
Thu, 22 Mar 2007 21:47:07 +0100 (MET) |
"Vrudny, Noah O" <address@hidden> wrote:
> Here is the command-line function that gets typed from the make file:
> avrdude -p atmega128 -P com2 -c stk500 -U flash:w:test_led.hex
> so, I am using stk500 as the programmer.
I have no idea why Windows might give you a "Permission denied"
response. Sure, you could try -c stk500v2 in case the boot loader
mimics STK500 protocol version 2.x, but even then, it's not quite
clear to me what the permission denied might be for. The latest
avrdude is even supposed to auto-probe either V1.x or V2.x firmware
when just using -c stk500.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
- RE: [avr-gcc-list] AVRDude serial access problem under WinXP, (continued)
- RE: [avr-gcc-list] AVRDude serial access problem under WinXP, Vrudny, Noah O, 2007/03/23
- Re: [avr-gcc-list] AVRDude serial access problem under WinXP, Joerg Wunsch, 2007/03/24
- RE: [avr-gcc-list] AVRDude serial access problem under WinXP, Eric Weddington, 2007/03/25
- Re: [avr-gcc-list] AVRDude serial access problem under WinXP, Colin O'Flynn, 2007/03/25
- Re: [avr-gcc-list] AVRDude serial access problem under WinXP, Joerg Wunsch, 2007/03/25
- Re: [avr-gcc-list] AVRDude serial access problem under WinXP, Colin O'Flynn, 2007/03/25
- Re: [avr-gcc-list] AVRDude serial access problem under WinXP, Joerg Wunsch, 2007/03/25
- Re: [avr-gcc-list] AVRDude serial access problem under WinXP, Colin O'Flynn, 2007/03/25
RE: [avr-gcc-list] AVRDude serial access problem under WinXP, Gavin Jackson, 2007/03/20
RE: [avr-gcc-list] AVRDude serial access problem under WinXP, Vrudny, Noah O, 2007/03/22
- Re: [avr-gcc-list] AVRDude serial access problem under WinXP,
Joerg Wunsch <=