Guest User

Untitled

a guest
Jan 11th, 2016
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. flashing Arduino sduino
  2. hex file: FHEM/firmware/SIGNALduino_nano328.hex
  3. port: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
  4. log file: ./log/SIGNALduino-Flash.log
  5. sduino closed
  6. command: avrdude -c arduino -b 57600 -P /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 -p atmega328p -vv -U flash:w:FHEM/firmware/SIGNALduino_nano328.hex 2>./log/SIGNALduino-Flash.log
  7.  
  8. --- AVRDUDE ---------------------------------------------------------------------------------
  9.  
  10. avrdude: Version 6.1, compiled on Jul 7 2015 at 10:29:47
  11. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  12. Copyright (c) 2007-2014 Joerg Wunsch
  13.  
  14. System wide configuration file is "/etc/avrdude.conf"
  15.  
  16. Using Port : /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
  17. Using Programmer : arduino
  18. Overriding Baud Rate : 57600
  19. AVR Part : ATmega328P
  20. Chip Erase delay : 9000 us
  21. PAGEL : PD7
  22. BS2 : PC2
  23. RESET disposition : dedicated
  24. RETRY pulse : SCK
  25. serial program mode : yes
  26. parallel program mode : yes
  27. Timeout : 200
  28. StabDelay : 100
  29. CmdexeDelay : 25
  30. SyncLoops : 32
  31. ByteDelay : 0
  32. PollIndex : 3
  33. PollValue : 0x53
  34. Memory Detail :
  35.  
  36. Block Poll Page Polled
  37. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  38. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  39. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  40. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  41. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  42. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  43. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  44. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  45. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  46. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  47.  
  48. Programmer Type : Arduino
  49. Description : Arduino
  50. Hardware Version: 2
  51. Firmware Version: 1.16
  52. Vtarget : 0.0 V
  53. Varef : 0.0 V
  54. Oscillator : Off
  55. SCK period : 0.1 us
  56.  
  57. avrdude: AVR device initialized and ready to accept instructions
  58.  
  59. Reading | ################################################## | 100% 0.00s
  60.  
  61. avrdude: Device signature = 0x1e950f
  62. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  63. To disable this feature, specify the -D option.
  64. avrdude: erasing chip
  65. avrdude: reading input file "FHEM/firmware/SIGNALduino_nano328.hex"
  66. avrdude: input file FHEM/firmware/SIGNALduino_nano328.hex auto detected as Intel Hex
  67. avrdude: writing flash (18708 bytes):
  68.  
  69. Writing | ################################################## | 100% 5.06s
  70.  
  71. avrdude: 18708 bytes of flash written
  72. avrdude: verifying flash memory against FHEM/firmware/SIGNALduino_nano328.hex:
  73. avrdude: load data flash data from input file FHEM/firmware/SIGNALduino_nano328.hex:
  74. avrdude: input file FHEM/firmware/SIGNALduino_nano328.hex auto detected as Intel Hex
  75. avrdude: input file FHEM/firmware/SIGNALduino_nano328.hex contains 18708 bytes
  76. avrdude: reading on-chip flash data:
  77.  
  78. Reading | ################################################## | 100% 3.80s
  79.  
  80. avrdude: verifying ...
  81. avrdude: 18708 bytes of flash verified
  82.  
  83. avrdude done. Thank you.
  84.  
  85. --- AVRDUDE ---------------------------------------------------------------------------------
  86.  
  87. sduino opened
Advertisement
Add Comment
Please, Sign In to add comment