Advertisement
Guest User

falcon1988 - dps5005 telnet program

a guest
Aug 9th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.56 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. > program /home/falcon1988/opendps/opendps/opendps.elf verify reset
  7. target halted due to debug-request, current mode: Thread
  8. xPSR: 0x01000000 pc: 0x0800120c msp: 0x20001ff0
  9. ** Programming Started **
  10. auto erase enabled
  11. target halted due to breakpoint, current mode: Thread
  12. xPSR: 0x61000000 pc: 0x2000003a msp: 0x20001ff0
  13. wrote 56320 bytes from file /home/falcon1988/opendps/opendps/opendps.elf in 13.201658s (4.166 KiB/s)
  14. ** Programming Finished **
  15. ** Verify Started **
  16. target halted due to breakpoint, current mode: Thread
  17. xPSR: 0x61000000 pc: 0x2000002e msp: 0x20001ff0
  18. target halted due to breakpoint, current mode: Thread
  19. xPSR: 0x61000000 pc: 0x2000002e msp: 0x20001ff0
  20. verified 55500 bytes in 1.827204s (29.662 KiB/s)
  21. ** Verified OK **
  22. ** Resetting Target **
  23. > program /home/falcon1988/opendps/dpsboot/dpsboot.elf verify reset
  24. target halted due to debug-request, current mode: Thread
  25. xPSR: 0x01000000 pc: 0x00010100 msp: 0x464c457c
  26. ** Programming Started **
  27. auto erase enabled
  28. wrote 6144 bytes from file /home/falcon1988/opendps/dpsboot/dpsboot.elf in 2.145479s (2.797 KiB/s)
  29. ** Programming Finished **
  30. ** Verify Started **
  31. target halted due to breakpoint, current mode: Thread
  32. xPSR: 0x61000000 pc: 0x2000002e msp: 0x464c457c
  33. verified 5180 bytes in 1.090359s (4.639 KiB/s)
  34. ** Verified OK **
  35. ** Resetting Target **
  36. >
  37. > uit
  38. invalid command name "uit"
  39. > exit
  40. Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement