Advertisement
Guest User

glasgow jtag probing

a guest
Jan 2nd, 2021
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. $ glasgow run jtag-probe --port A --pin-tck 0 --pin-tdo 1 --pin-tdi 2 --pin-tms 3 -V 4 scan
  2. I: g.device.hardware: device already has bitstream ID 323f35a8e0462bc4c48448b858bf1aaf
  3. I: g.cli: running handler for applet 'jtag-probe'
  4. I: g.applet.interface.jtag_probe: port(s) A voltage set to 4.0 V
  5. I: g.applet.interface.jtag_probe: shifted 0-bit DR=<>
  6. I: g.applet.interface.jtag_probe: shifted 0-bit IR=<>
  7. W: g.applet.interface.jtag_probe: DR segmentation discovered no devices
  8.  
  9.  
  10. $ glasgow run jtag-pinout --port A --pins-jtag 0,1,2,3 -V 3.3
  11. I: g.device.hardware: building bitstream ID b7ae79d75f04c840bfe4f2becf1cf48e
  12. Warning: Wire top.$flatten\i2c_target.\bus.$verilog_initial_trigger has an unprocessed 'init' attribute.
  13. Warning: Wire top.$verilog_initial_trigger has an unprocessed 'init' attribute.
  14. I: g.cli: running handler for applet 'jtag-pinout'
  15. I: g.applet.interface.jtag_pinout: port(s) A voltage set to 3.3 V
  16. I: g.applet.interface.jtag_pinout: detecting pull resistors
  17. I: g.applet.interface.jtag_pinout: pull-L: A3
  18. I: g.applet.interface.jtag_pinout: detecting TCK, TMS and TDO
  19. W: g.applet.interface.jtag_pinout: no JTAG interface detected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement