forked from M-Labs/zynq-rs
Astro 673d585d2f | ||
---|---|---|
.cargo | ||
src | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
build.rs | ||
default.nix | ||
link.x | ||
qemu.gdb | ||
runner.sh | ||
shell.nix |
README.md
Debugging
Using the Xilinx toolchain
Run the Xilinx Microprocessor Debugger:
/opt/Xilinx/14.7/ISE_DS/EDK/bin/lin64/xmd
Connect to target (given it is connected and you have permissions):
connect arm hw
Leave xmd running.
Start the Xilinx version of the GNU debugger with your latest build:
/opt/Xilinx/14.7/ISE_DS/EDK/gnu/arm/lin/bin/arm-xilinx-linux-gnueabi-gdb zc706
Connect the debugger to xmd over TCP on localhost:
target remote :1234
Proceed using gdb with load
, c