Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. pi@raspberrypi:~/tomu-bootloader/openocd $ cat almost_there.out
  2. Open On-Chip Debugger 0.10.0+dev-00001-g0ecee83 (2017-01-23-19:52)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. BCM2835 GPIO nums: swclk = 25, swdio = 24
  7. adapter speed: 1000 kHz
  8. cortex_m reset_config sysresetreq
  9. Info : BCM2835 GPIO JTAG/SWD bitbang driver
  10. Info : SWD only mode enabled (specify tck, tms, tdi and tdo gpios to add JTAG mode)
  11. Info : clock speed 1006 kHz
  12. Info : SWD DPIDR 0x0bc11477
  13. Info : efm32hg309.cpu: hardware has 0 breakpoints, 0 watchpoints
  14. TargetName Type Endian TapName State
  15. -- ------------------ ---------- ------ ------------------ ------------
  16. 0* efm32hg309.cpu cortex_m little efm32hg309.cpu reset
  17. Error: JTAG failure 7
  18. Info : SWD DPIDR 0x0bc11477
  19. Error: JTAG failure 7
  20. Info : SWD DPIDR 0x0bc11477
  21. target halted due to debug-request, current mode: Thread
  22. xPSR: 00000000 pc: 0xfffffffe msp: 0xfffffffc
  23. Error: JTAG failure 7
  24. Info : SWD DPIDR 0x0bc11477
  25. target halted due to debug-request, current mode: Thread
  26. xPSR: 0x01000000 pc: 0xfffffffe msp: 0xfffffffc
  27. ** Programming Started **
  28. auto erase enabled
  29. Info : detected part: EFM32 Happy Gecko - Rev: 135
  30. Info : flash size = 64kbytes
  31. Info : flash page size = 1024bytes
  32. Info : SWD DPIDR 0x0bc11477
  33. Error: Failed to read memory at 0x400c000c
  34. Error: Failed to erase page 6
  35. Info : SWD DPIDR 0x0bc11477
  36. Error: Failed to write memory at 0x400c003c
  37. Info : SWD DPIDR 0x0bc11477
  38. Error: Failed to write memory at 0x100001c8
  39. Error: JTAG failure 7
  40. Info : SWD DPIDR 0x0bc11477
  41. Error: error writing to flash at address 0x00000000 at offset 0x00000000
  42. auto erase enabled
  43. detected part: EFM32 Happy Gecko - Rev: 135
  44. flash size = 64kbytes
  45. flash page size = 1024bytes
  46. SWD DPIDR 0x0bc11477
  47. Failed to read memory at 0x400c000c
  48. Failed to erase page 6
  49. SWD DPIDR 0x0bc11477
  50. Failed to write memory at 0x400c003c
  51. SWD DPIDR 0x0bc11477
  52. Failed to write memory at 0x100001c8
  53. JTAG failure 7
  54. SWD DPIDR 0x0bc11477
  55. error writing to flash at address 0x00000000 at offset 0x00000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement