looking for a better/fast way to dump the memory in Zynq Soc CLI or script without GUI
Hi, I'm looking for a better/fast way to dump the memory in Zynq Soc CLI or script without GUI
Solution:Jump to solution
https://www.xilinx.com/video/hardware/how-to-develop-and-debug-using-xsct.html chekc command line interface to run SDK commands section. I haven't tried this - let me know and I'll try myself once as well.
4 Replies
Thanks i found thes tcl cmds connect
mrd -bin -file Dump.bin 0x0 512
mwr -bin -file Restore.bin 0x0 512
tell me please where do I run/execute these two cmds
Solution
https://www.xilinx.com/video/hardware/how-to-develop-and-debug-using-xsct.html chekc command line interface to run SDK commands section. I haven't tried this - let me know and I'll try myself once as well.