hi there,
i new arduino world , bought makeblock xy plotter. "me baseboard" apparently based on arduino leonardo.
i installed arduino 1.6.5 on windows machine running windows 7 , can find board on serial connection (com). when connect board attached stepper motors make short noise stops.
however fail upload simplest piece of code board. when try upload kind of code error message:
i tried different "programmer" options no avail.
i appreciate hint or suggestion on how proceed. several google searches yielded unfortunately no remedy use.
best,
jan
i new arduino world , bought makeblock xy plotter. "me baseboard" apparently based on arduino leonardo.
i installed arduino 1.6.5 on windows machine running windows 7 , can find board on serial connection (com). when connect board attached stepper motors make short noise stops.
however fail upload simplest piece of code board. when try upload kind of code error message:
code: [select]
arduino: 1.6.5 (windows 7), board: "arduino leonardo"
gcodeparser.ino: in function 'void setup()':
gcodeparser.ino:75:24: warning: deprecated conversion string constant 'char*' [-wwrite-strings]
process_string.ino: in function 'void process_string(char*, int)':
process_string.ino:313:9: warning: statement has no effect [-wunused-value]
gcodeparser.ino: in function 'void loop()':
gcodeparser.ino:115:19: warning: 'c' may used uninitialized in function [-wmaybe-uninitialized]
sketch uses 17,674 bytes (61%) of program storage space. maximum 28,672 bytes.
global variables use 557 bytes (21%) of dynamic memory, leaving 2,003 bytes local variables. maximum 2,560 bytes.
forcing reset using 1200bps open/close on port com4
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
ports {com1, com4, com5, } / {com1, com4, com5, } => {}
uploading using selected port: com4
c:\program files (x86)\arduino\hardware\tools\avr/bin/avrdude -cc:\program files (x86)\arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -pcom4 -b57600 -d -uflash:w:c:\users\janheu\appdata\local\temp\build5622457328396512397.tmp/gcodeparser.cpp.hex:i
avrdude: version 6.0.1, compiled on apr 15 2015 @ 19:59:58
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2009 joerg wunsch
system wide configuration file "c:\program files (x86)\arduino\hardware\tools\avr/etc/avrdude.conf"
using port : com4
using programmer : avr109
overriding baud rate : 57600
avr part : atmega32u4
chip erase delay : 9000 us
pagel : pd7
bs2 : pa0
reset disposition : dedicated
retry pulse : sck
serial program mode : yes
parallel program mode : yes
timeout : 200
stabdelay : 100
cmdexedelay : 25
syncloops : 32
bytedelay : 0
pollindex : 3
pollvalue : 0x53
memory detail :
block poll page polled
memory type mode delay size indx paged size size #pages minw maxw readback
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00
flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
programmer type : butterfly
description : atmel appnote avr109 boot loader
connecting programmer: .
avrdude: butterfly_recv(): programmer not responding
problem uploading board. see http://www.arduino.cc/en/guide/troubleshooting#upload suggestions.
report have more information with
"show verbose output during compilation"
enabled in file > preferences.
i tried different "programmer" options no avail.
i appreciate hint or suggestion on how proceed. several google searches yielded unfortunately no remedy use.
best,
jan
i'm having same issue. did ever figure out?
Arduino Forum > Using Arduino > Installation & Troubleshooting > cannot upload to "me baseboard" (aka leonardo)
arduino
Comments
Post a Comment