Advertisement
Guest User

Untitled

a guest
Feb 12th, 2012
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Max:Lucifer$ avrdude -vv -c arduino-ft232r -p m328p
  2.  
  3. avrdude: Version 5.11svn, compiled on Feb 12 2012 at 17:45:31
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2009 Joerg Wunsch
  6.  
  7. System wide configuration file is "/opt/local/etc/avrdude.conf"
  8. User configuration file is "/Volumes/Max/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : usb
  12. Using Programmer : arduino-ft232r
  13. AVR Part : ATmega328P
  14. Chip Erase delay : 9000 us
  15. PAGEL : PD7
  16. BS2 : PC2
  17. RESET disposition : dedicated
  18. RETRY pulse : SCK
  19. serial program mode : yes
  20. parallel program mode : yes
  21. Timeout : 200
  22. StabDelay : 100
  23. CmdexeDelay : 25
  24. SyncLoops : 32
  25. ByteDelay : 0
  26. PollIndex : 3
  27. PollValue : 0x53
  28. Memory Detail :
  29.  
  30. Block Poll Page Polled
  31. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  32. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  33. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  34. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  35. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  36. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  40. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  41.  
  42. Programmer Type : ftdi_syncbb
  43. Description : Arduino: FT232R connected to ISP
  44. Pin assignment : 1..8 = DBUS0..7, 9..12 = GPIO0..3
  45. RESET = 8
  46. SCK = 6
  47. MOSI = 7
  48. MISO = 4
  49.  
  50. ft245r: spi bitclk 75000 -> ft baudrate 150000
  51. avrdude: ft245r_program_enable: failed
  52. avrdude: initialization failed, rc=-1
  53. Double check connections and try again, or use -F to override
  54. this check.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement