Guest User

Untitled

a guest
Oct 8th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. builder@BALTO:~/openocd$ ./src/openocd -f tcl/interface/ftdi/avnet_ultra96.cfg -f tcl/board/avnet_ultra96v2.cfg
  2. Open On-Chip Debugger 0.12.0+dev-01759-gedf2c82cf (2024-10-07-16:45)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. Warn : Interface already configured, ignoring
  7. Warn : Transport "jtag" was already selected
  8. Info : Hardware thread awareness created
  9. Info : clock speed 1000 kHz
  10. Info : JTAG tap: uscale.tap tap/device found: 0x5ba00477 (mfg: 0x23b (ARM Ltd), part: 0xba00, ver: 0x5)
  11. Info : JTAG tap: uscale.ps tap/device found: 0x14710093 (mfg: 0x049 (Xilinx), part: 0x4710, ver: 0x1)
  12. Info : JTAG tap: uscale.tap tap/device found: 0x5ba00477 (mfg: 0x23b (ARM Ltd), part: 0xba00, ver: 0x5)
  13. Info : JTAG tap: uscale.ps tap/device found: 0x14710093 (mfg: 0x049 (Xilinx), part: 0x4710, ver: 0x1)
  14. Info : uscale.a53.0: hardware has 6 breakpoints, 4 watchpoints
  15. Info : [uscale.a53.0] Examination succeed
  16. Info : [uscale.axi] Examination succeed
  17. Info : [uscale.a53.0] starting gdb server on 3333
  18. Info : Listening on port 3333 for gdb connections
  19. Info : [uscale.axi] gdb port disabled
  20. Info : Listening on port 6666 for tcl connections
  21. Info : Listening on port 4444 for telnet connections
  22. Info : accepting 'telnet' connection on tcp/4444
  23. Info : Loading PMU firmware ./ultra96/pmu-firmware.bin to 0xffdc0000
  24.  
  25.  
  26.  
  27. builder@BALTO:~/openocd$ telnet localhost 4444
  28. Trying 127.0.0.1...
  29. Connected to localhost.
  30. Escape character is '^]'.
  31. Open On-Chip Debugger
  32. > targets uscale.axi
  33. >
  34. > boot_pmu ./ultra96/pmu-firmware.bin
  35. Info : Loading PMU firmware ./ultra96/pmu-firmware.bin to 0xffdc0000
  36. > boot_apu ./ultra96/u-boot-spl.bin
  37.  
  38. >
Advertisement
Add Comment
Please, Sign In to add comment