I have designed my own UZEBOX version, assembled it and now I'm trying to burn the bootloader. I'm new to AVR microcontrollers, and I'm trying to burn the hex file using avrdude and Olimex USB-AVR-JTAB. I made an adapter from 10 pin AVR JTAG to 6 pin AVR ISP. I plug the programmer, power up the board and try to burn the file in the command line without success:
- Code: Select all
C:\Documents and Settings\URuser\Escritorio\UZE\avrdude-5.4-win>avrdude -p m644 -c stk500 -P COM2 Bo
otloader_0_2.hex
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
Is this emulator compatible? Any tutorial about burning files with this emulator?


