Programming Nexus arduino board without the arduino IDE
hello everybody,
i upload .hex program without use of arduino ide. used avrdude :
avrdude -pm328 -carduino -p/dev/ttyusb0 -uflash:w:build2566730906525817719.tmp/blink.cpp.hex:a
but doesnt work because got standard message : avrdude: stk500_recv(): programmer not responding
if upload same blink example using arduino ide board choice ( arduino duemilanove or nano w/ atmega328 ) uploading done perfectly!
arduino ide should uses specifics option on target atmega328 how can see comand line executed arduino ide ?
thanks
i upload .hex program without use of arduino ide. used avrdude :
avrdude -pm328 -carduino -p/dev/ttyusb0 -uflash:w:build2566730906525817719.tmp/blink.cpp.hex:a
but doesnt work because got standard message : avrdude: stk500_recv(): programmer not responding
if upload same blink example using arduino ide board choice ( arduino duemilanove or nano w/ atmega328 ) uploading done perfectly!
arduino ide should uses specifics option on target atmega328 how can see comand line executed arduino ide ?
thanks
file:preferences, turn on verbose output uploads.
you can see commands being used.
you can see commands being used.
Arduino Forum > Using Arduino > Programming Questions > Programming Nexus arduino board without the arduino IDE
arduino
Comments
Post a Comment