Skip to content

Instantly share code, notes, and snippets.

@jlehikoinen
Last active April 28, 2016 03:32
Show Gist options
  • Save jlehikoinen/c42b6de2da38db657ffc556502c031f3 to your computer and use it in GitHub Desktop.
Save jlehikoinen/c42b6de2da38db657ffc556502c031f3 to your computer and use it in GitHub Desktop.
Command:
/usr/share/arduino/hardware/tools/avrdude -C
/usr/share/arduino/hardware/tools/avrdude.conf -v -v -v -v
-p atmega328p
-c arduino
-P /dev/ttyS0
-b 57600
-D -U flash:w:/tmp/build6556575379456991492.tmp/Blink.cpp.hex:i
Output:
avrdude-original: Version 6.1, compiled on Jul 7 2015 at 10:29:47
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/usr/share/arduino/hardware/tools/avrdude.conf"
User configuration file is "/root/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyS0
Using Programmer : arduino
Overriding Baud Rate : 57600
done with autoreset
strace: |autoreset: Broken pipe
strace: |autoreset: Broken pipe
avrdude-original: Send: 0 [30] [20]
avrdude-original: Send: 0 [30] [20]
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude-original: Send: 0 [30] [20]
avrdude-original: ser_recv(): programmer is not responding
avrdude-original: stk500_recv(): programmer is not responding
avrdude-original: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude-original done. Thank you.
strace: |autoreset: Broken pipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment