fork download
  1. jesse@jesse-ubuntu:~/Desktop/Code/Linear_Algebra_Demo$ sudo ./burn.sh
  2. [sudo] password for jesse:
  3.  
  4. avrdude: Version 5.11.1, compiled on Mar 26 2012 at 19:17:51
  5. Copyright (c) 2000-2005 Brian Dean, http://w...content-available-to-author-only...o.com/
  6. Copyright (c) 2007-2009 Joerg Wunsch
  7.  
  8. System wide configuration file is "/usr/local/etc/avrdude.conf"
  9. User configuration file is "/home/jesse/.avrduderc"
  10. User configuration file does not exist or is not a regular file, skipping
  11.  
  12. Using Port : /dev/ttyACM1
  13. Using Programmer : arduino
  14. Setting bit clk period : 32.0
  15. AVR Part : ATMEGA328P
  16. Chip Erase delay : 9000 us
  17. PAGEL : PD7
  18. BS2 : PC2
  19. RESET disposition : dedicated
  20. RETRY pulse : SCK
  21. serial program mode : yes
  22. parallel program mode : yes
  23. Timeout : 200
  24. StabDelay : 100
  25. CmdexeDelay : 25
  26. SyncLoops : 32
  27. ByteDelay : 0
  28. PollIndex : 3
  29. PollValue : 0x53
  30. Memory Detail :
  31.  
  32. Block Poll Page Polled
  33. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  34. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  35. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  36. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  37. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  40. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  41. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  42. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  43.  
  44. Programmer Type : Arduino
  45. Description : Arduino
  46. Hardware Version: 3
  47. Firmware Version: 3.3
  48. Vtarget : 0.3 V
  49. Varef : 0.3 V
  50. Oscillator : 28.800 kHz
  51. SCK period : 3.3 us
  52.  
  53. avrdude: AVR device initialized and ready to accept instructions
  54. avrdude: Device signature = 0x1e950f
  55. avrdude: safemode: lfuse reads as 0
  56. avrdude: safemode: hfuse reads as 0
  57. avrdude: safemode: efuse reads as 0
  58. avrdude: erasing chip
  59. avrdude: reading signature memory:
  60. avrdude: writing output file "outputfile.txt"
  61.  
  62. avrdude: safemode: lfuse reads as 0
  63. avrdude: safemode: hfuse reads as 0
  64. avrdude: safemode: efuse reads as 0
  65. avrdude: safemode: Fuses OK
  66.  
  67. avrdude done. Thank you.
  68.  
  69. jesse@jesse-ubuntu:~/Desktop/Code/Linear_Algebra_Demo$
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty