Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. c:\Users\ril3y\Desktop\arduino-flash-tools-master\tools_windows\avrdude\bin>avrdude.exe -b 115200 -P COM6 -p x192a3 -C ../etc/avrdude.conf -U fuse1:r:m -c avr109 -v -v
  2.  
  3. avrdude.exe: Version 6.0.1, compiled on Mar 30 2015 at 14:56:06
  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 "../etc/avrdude.conf"
  8.  
  9. Using Port : COM6
  10. Using Programmer : avr109
  11. Overriding Baud Rate : 115200
  12. AVR Part : ATxmega192A3
  13. Chip Erase delay : 0 us
  14. PAGEL : P00
  15. BS2 : P00
  16. RESET disposition : dedicated
  17. RETRY pulse : SCK
  18. serial program mode : yes
  19. parallel program mode : yes
  20. Timeout : 0
  21. StabDelay : 0
  22. CmdexeDelay : 0
  23. SyncLoops : 0
  24. ByteDelay : 0
  25. PollIndex : 0
  26. PollValue : 0x00
  27. Memory Detail :
  28.  
  29. Block Poll Page Polled
  30. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  31. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  32. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  33. prodsig 0 0 0 0 no 50 50 0 0 0 0x00 0x00
  34. fuse1 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  35. fuse2 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  36. fuse4 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  37. fuse5 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  38. lock 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  39. data 0 0 0 0 no 0 0 0 0 0 0x00 0x00
  40. eeprom 0 0 0 0 no 2048 32 0 0 0 0x00 0x00
  41. application 0 0 0 0 no 196608 512 0 0 0 0x00 0x00
  42. apptable 0 0 0 0 no 8192 512 0 0 0 0x00 0x00
  43. boot 0 0 0 0 no 8192 512 0 0 0 0x00 0x00
  44. flash 0 0 0 0 no 204800 512 0 0 0 0x00 0x00
  45. usersig 0 0 0 0 no 512 512 0 0 0 0x00 0x00
  46. fuse0 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  47.  
  48. Programmer Type : butterfly
  49. Description : Atmel AppNote AVR109 Boot Loader
  50.  
  51. Connecting to programmer: .
  52. Found programmer: Id = "XBoot++"; type = S
  53. Software Version = 1.7; No Hardware Version given.
  54. Programmer supports auto addr increment.
  55. Programmer supports buffered memory access with buffersize=512 bytes.
  56.  
  57. Programmer supports the following devices:
  58. Device code: 0x7b
  59.  
  60. avrdude.exe: devcode selected: 0x7b
  61. avrdude.exe: AVR device initialized and ready to accept instructions
  62.  
  63. Reading | ################################################## | 100% 0.03s
  64.  
  65. avrdude.exe: Device signature = 0x1e9744
  66. avrdude.exe: NOTE: Programmer supports page erase for Xmega devices.
  67. Each page will be erased before programming it, but no chip erase is performed.
  68. To disable page erases, specify the -D option; for a chip-erase, use the -e option.
  69. avrdude.exe: reading fuse1 memory:
  70.  
  71. Reading | | 0% 0.00savr_read(): error reading address 0x0000
  72. read operation not supported for memory "fuse1"
  73. avrdude.exe: failed to read all of fuse1 memory, rc=-2
  74.  
  75. avrdude.exe done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement