-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug #40493] Can't program boot section of xmega256a3 #310
Labels
invalid
This doesn't seem right
Comments
mcuee
added
bug
Something isn't working
unconfirmed
Maybe a bug, needs to be reproduced by someone else
and removed
bug
Something isn't working
labels
Jun 20, 2022
This might be related to #337 though. |
I don't own a JTAGICEmkII, but the AVR Dragon is very similar. Here I'm flashing the stock DFU bootloader to an ATxmega256A3BU Xplained board using a dragon, without any issues. I think we can close this one.
|
mcuee
added
invalid
This doesn't seem right
and removed
unconfirmed
Maybe a bug, needs to be reproduced by someone else
labels
Sep 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
avrdude leo.gartz@corenetix.com
Wed 06 Nov 2013 04:14:29 PM UTC
I'm using avrdude 6.01 and JTAGICEmkII and try to programm the boot section
of the xmega256a3 with the following command:
avrdude -c jtag2pdi -P usb -p x256a3 -e -U flash:w:atxmega.hex:i
Output of avrdude:
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e9842
avrdude: erasing chip
avrdude: reading input file "atxmega.hex"
avrdude: writing flash (262232 bytes):
Writing | ################################################## | 100% 0.05s
avrdude: 262232 bytes of flash written
avrdude: verifying flash memory against atxmega.hex:
avrdude: load data flash data from input file atxmega.hex:
avrdude: input file atxmega.hex contains 262232 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.03s
avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x40000
0xff != 0xcf
avrdude: verification error; content mismatch
avrdude done. Thank you.
When i use the same hex file and program my device with AtmelStudio 6.1
everything is ok. This means my JTAGICEmkII works correct.
file #29547: atxmega.hex
This issue was migrated from https://savannah.nongnu.org/bugs/?40493
The text was updated successfully, but these errors were encountered: