fork(1) download
  1. jesse@jesse-ubuntu:~/Desktop/Code/Linear_Algebra_Demo$ sudo ./burn.sh
  2.  
  3. avrdude: Version 5.11.1, compiled on Mar 26 2012 at 19:17:51
  4. Copyright (c) 2000-2005 Brian Dean, http://w...content-available-to-author-only...o.com/
  5. Copyright (c) 2007-2009 Joerg Wunsch
  6.  
  7. System wide configuration file is "/usr/local/etc/avrdude.conf"
  8. User configuration file is "/home/jesse/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyACM1
  12. Using Programmer : arduino
  13. Setting bit clk period : 32.0
  14. AVR Part : ATMEGA328P
  15. Chip Erase delay : 9000 us
  16. PAGEL : PD7
  17. BS2 : PC2
  18. RESET disposition : dedicated
  19. RETRY pulse : SCK
  20. serial program mode : yes
  21. parallel program mode : yes
  22. Timeout : 200
  23. StabDelay : 100
  24. CmdexeDelay : 25
  25. SyncLoops : 32
  26. ByteDelay : 0
  27. PollIndex : 3
  28. PollValue : 0x53
  29. Memory Detail :
  30.  
  31. Block Poll Page Polled
  32. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  33. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  34. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  35. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  36. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  40. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  41. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  42.  
  43. Programmer Type : Arduino
  44. Description : Arduino
  45. Hardware Version: 3
  46. Firmware Version: 3.3
  47. Vtarget : 0.3 V
  48. Varef : 0.3 V
  49. Oscillator : 28.800 kHz
  50. SCK period : 3.3 us
  51.  
  52. avrdude: AVR device initialized and ready to accept instructions
  53. avrdude: Device signature = 0x1e950f
  54. avrdude: safemode: lfuse reads as 0
  55. avrdude: safemode: hfuse reads as 0
  56. avrdude: safemode: efuse reads as 0
  57. avrdude: erasing chip
  58. avrdude> help
  59. >>> help
  60. Valid commands:
  61.  
  62. dump : dump memory : dump <memtype> <addr> <N-Bytes>
  63. read : alias for dump
  64. write : write memory : write <memtype> <addr> <b1> <b2> ... <bN>
  65. erase : perform a chip erase
  66. sig : display device signature bytes
  67. part : display the current part information
  68. send : send a raw command : send <b1> <b2> <b3> <b4>
  69. parms : display adjustable parameters (STK500 only)
  70. vtarg : set <V[target]> (STK500 only)
  71. varef : set <V[aref]> (STK500 only)
  72. fosc : set <oscillator frequency> (STK500 only)
  73. sck : set <SCK period> (STK500 only)
  74. spi : enter direct SPI mode
  75. pgm : return to programming mode
  76. help : help
  77. ? : help
  78. quit : quit
  79.  
  80. Use the 'part' command to display valid memory types for use with the
  81. 'dump' and 'write' commands.
  82.  
  83. avrdude> pgm
  84. >>> pgm
  85. ./burn.sh: line 2: 17408 Segmentation fault avrdude -B32 -e -c arduino -P /dev/ttyACM1 -p m328p -t -q -v -U signature:r:outputfile.txt:r flash:w:"./bin/ATmegaBOOT_168_atmega328.hex":i
  86. jesse@jesse-ubuntu:~/Desktop/Code/Linear_Algebra_Demo$
  87.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty