Hello, when I use avr-dude to upload the usb dfu bootloader I get this output:
[arkadi@linux binaries $]avrdude -p atxmega64a3u -P usb -c stk600 -e -U boot:w:atxmega64a3u_104.hex avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.00s avrdude: Device signature = 0x1e9642 avrdude: erasing chip avrdude: reading input file "atxmega64a3u_104.hex" avrdude: input file atxmega64a3u_104.hex auto detected as Intel Hex avrdude: ERROR: address 0x10010 out of range at line 2 of atxmega64a3u_104.hex avrdude: read from file 'atxmega64a3u_104.hex' failed avrdude done. Thank you.
What is my mistake?