Advertisement
bashash

Untitled

Mar 23rd, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. http://openocd.org/doc/doxygen/bugs.html
  2. Warn : Adapter driver 'buspirate' did not declare which transports it allows; assuming legacy JTAG-only
  3. Info : only one transport option; autoselect 'jtag'
  4. srst_only srst_pulls_trst srst_gates_jtag srst_open_drain connect_deassert_srst
  5. Info : Buspirate Interface ready!
  6. Info : This adapter doesn't support configurable speed
  7. Info : JTAG tap: at91sam7s256.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787 (<unknown>), part: 0xf0f0, ver: 0x3)
  8. Info : Embedded ICE version 1
  9. Info : at91sam7s256.cpu: hardware has 2 breakpoint/watchpoint units
  10. Info : JTAG tap: at91sam7s256.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787 (<unknown>), part: 0xf0f0, ver: 0x3)
  11. Warn : srst pulls trst - can not reset into halted mode. Issuing halt after reset.
  12. target halted in ARM state due to debug-request, current mode: Supervisor
  13. cpsr: 0xf00000d3 pc: 0x000bc5cc
  14. requesting target halt and executing a soft reset
  15. target halted in ARM state due to debug-request, current mode: Supervisor
  16. cpsr: 0xf00000d3 pc: 0x00000000
  17. Warn : NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.
  18. Warn : NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.
  19. ** Programming Started **
  20. auto erase enabled
  21. Warn : no flash bank found for address 0
  22. wrote 0 bytes from file AT91SAM7s256.bin in 0.225058s (0.000 KiB/s)
  23. ** Programming Finished **
  24. ** Verify Started **
  25. Error: checksum mismatch - attempting binary compare
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement