system
September 26, 2011, 10:48pm
1
Hello,
I´m a nooby, i can´t upload skecth to my brand new arduino mino ver.04.
I´m using the USB2Serial Light from the arduino site.
I get the following error:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
Thanks for the help
system
October 2, 2011, 10:18am
2
I have the same problem. I try upload sketch to uno with windows XP, UBuntu 10.04, and make same result:
Code:
Binary sketch size: 3980 bytes (of a 14336 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
arduino still run the old sketch but arduino can accept the new sketch
system
October 2, 2011, 12:07pm
3
@jakabudisantosa : please try to get avrdude V5.11 for ubuntu and/or try the latest beta version of the 1.0 IDE !
Read my signature and do a loop-back test.
system
October 3, 2011, 4:55pm
4
I use this config created in another post:
mini328.name=Arduino Mini with ATmega328
mini328.upload.protocol=stk500v1
mini328.upload.maximum_size=28672
mini328.upload.speed=115200
mini328.bootloader.low_fuses=0xff
mini328.bootloader.high_fuses=0xd8
mini328.bootloader.extended_fuses=0x05
mini328.bootloader.path=bt
mini328.bootloader.file=ATmegaBOOT_168_atmega328_bt.hex
mini328.bootloader.unlock_bits=0x3F
mini328.bootloader.lock_bits=0x0F
mini328.build.mcu=atmega328p
mini328.build.f_cpu=16000000L
mini328.build.core=arduino
And now i get this:
avrdude: Version 5.4-arduino, compiled on Oct 11 2007 at 19:12:32
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
System wide configuration file is "C:\Users\Daniel Melo\Documents\Projectos\arduino-0022\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM2
Using Programmer : stk500v1
Overriding Baud Rate : 115200
avrdude: ser_open(): setting dtr
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x1c
avrdude: Send: Q [51] [20]
avrdude: Recv:
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x1c
avrdude done. Thank you.