[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] avrdude: Cannot program ATmega8 using JTAG ICE mkII
From: |
Shaun Jackman |
Subject: |
Re: [avr-gcc-list] avrdude: Cannot program ATmega8 using JTAG ICE mkII |
Date: |
Fri, 12 Jan 2007 16:41:41 -0700 |
On 1/12/07, Shaun Jackman <address@hidden> wrote:
I used avrdude -vvvv to capture the offending packet. I'll be happy to
provide any other information that's needed to help troubleshoot this.
...
avrdude: jtagmkII_recv():
...
avrdude: Recv: . [88] . [13] . [80]
...
avrdude: jtagmkII_recv(): CRC OK
avrdude: jtagmkII_recv(): Got message seqno 16 (command_sequence == 16)
avrdude: stk500v2_command(): unknown status 0x80
avrdude: stk500v2_paged_write: write command failed
I read the protocol documentation that Atmel provides and found that
the status code of 0x80 is the warning STATUS_CMD_TOUT `Command timed
out'. avrdude doesn't currently handle this status code and exits.
What should it do? This warning was in response to a
CMD_PROGRAM_FLASH_ISP (0x13) command.
Cheers,
Shaun