Advertisement
Guest User

dfu-programmer memory readerror 100

a guest
Aug 17th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. dfu-programmer atmega32u2 read --debug 100
  2.      target: atmega32u2
  3.     chip_id: 0x2ff0
  4.   vendor_id: 0x03eb
  5.     command: read
  6.       quiet: false
  7.       debug: 100
  8. device_type: AVR
  9. ------ command specific below ------
  10.  
  11. atmel.c:756: atmel_read_flash( 0x7ffc994c1ec0, 0x7ffc994c1df0, 0, false )
  12. atmel.c:1041: atmel_select_memory_unit( 0x7ffc994c1ec0, 0 )
  13. atmel.c:1055: Ignore Select Memory Unit for non GRP_AVR32 device.
  14. Reading 0x7000 bytes...
  15. atmel.c:1100: atmel_select_page( 0x7ffc994c1ec0, 0 )
  16. atmel.c:1114: Selecting page 0, address 0x0.
  17. atmel.c:717: dfu_download failed
  18. atmel.c:828: Error reading block 0x0 to 0x3FF: err -1.
  19. ERROR
  20. Memory read error, use debug for more info.
  21. commands.c:619: ERROR: could not read memory, err -5.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement