Advertisement
Guest User

Untitled

a guest
Feb 4th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. pi@raspberrypi:~/tomu-bootloader/openocd $ sudo openocd -f tomu-flash.conf
  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. Error: Failed to enable the FPB
  15. Polling target efm32hg309.cpu failed, trying to reexamine
  16. Info : efm32hg309.cpu: hardware has 0 breakpoints, 0 watchpoints
  17. Error: Failed to enable the FPB
  18. Polling target efm32hg309.cpu failed, trying to reexamine
  19. Info : efm32hg309.cpu: hardware has 0 breakpoints, 0 watchpoints
  20. TargetName Type Endian TapName State
  21. -- ------------------ ---------- ------ ------------------ ------------
  22. 0* efm32hg309.cpu cortex_m little efm32hg309.cpu unknown
  23. target halted due to debug-request, current mode: Thread
  24. xPSR: 0x61000000 pc: 0x00002dec msp: 0x20000938
  25. target halted due to debug-request, current mode: Thread
  26. xPSR: 0x61000000 pc: 0x00002dec msp: 0x20000938
  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 29
  35. Info : SWD DPIDR 0x0bc11477
  36. Error: Failed to write memory at 0x100003e8
  37. Error: error writing to flash at address 0x00000000 at offset 0x00000000
  38. auto erase enabled
  39. detected part: EFM32 Happy Gecko - Rev: 135
  40. flash size = 64kbytes
  41. flash page size = 1024bytes
  42. SWD DPIDR 0x0bc11477
  43. Failed to read memory at 0x400c000c
  44. Failed to erase page 29
  45. SWD DPIDR 0x0bc11477
  46. Failed to write memory at 0x100003e8
  47. error writing to flash at address 0x00000000 at offset 0x00000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement