Advertisement
Guest User

falcon1988 - dps5005 flash erase

a guest
Aug 9th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.54 KB | None | 0 0
  1. falcon1988@Maru-VirtualBox:~/opendps$ telnet localhost 4444
  2. Trying 127.0.0.1...
  3. Connected to localhost.
  4. Escape character is '^]'.
  5. Open On-Chip Debugger
  6. > reset halt
  7. target halted due to debug-request, current mode: Thread
  8. xPSR: 0x01000000 pc: 0x080001d0 msp: 0x20000a28
  9. > flash erase_address unlock 0x08000000 0x10000
  10. device id = 0x10016420
  11. STM32 flash size failed, probe inaccurate - assuming 128k flash
  12. flash size = 128kbytes
  13. Device Security Bit Set
  14. target halted due to breakpoint, current mode: Thread
  15. xPSR: 0x61000000 pc: 0x2000003a msp: 0x20000a28
  16. stm32x device protected
  17. failed erasing sectors 0 to 63
  18.  
  19. jtag status contains invalid mode value - communication failure
  20. Polling target stm32f1x.cpu failed, trying to reexamine
  21. Examination failed, GDB will be halted. Polling again in 100ms
  22. Previous state query failed, trying to reconnect
  23. jtag status contains invalid mode value - communication failure
  24. Polling target stm32f1x.cpu failed, trying to reexamine
  25. Examination failed, GDB will be halted. Polling again in 300ms
  26. > Connection closed by foreign host.
  27. falcon1988@Maru-VirtualBox:~/opendps$ telnet localhost 4444
  28. Trying 127.0.0.1...
  29. Connected to localhost.
  30. Escape character is '^]'.
  31. Open On-Chip Debugger
  32. > reset halt      
  33. target halted due to debug-request, current mode: Thread
  34. xPSR: 0x01000000 pc: 0xfffffffe msp: 0xfffffffc
  35. > flash erase_address unlock 0x08000000 0x10000
  36. erased address 0x08000000 (length 65536) in 1.231172s (51.983 KiB/s)
  37. > exitr
  38. invalid command name "exitr"
  39. > exit
  40. Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement