| Crates.io | xvc-server-debugbridge |
| lib.rs | xvc-server-debugbridge |
| version | 0.1.0 |
| created_at | 2025-11-19 14:51:03.927233+00 |
| updated_at | 2025-11-19 14:51:03.927233+00 |
| description | Backend implementations of the XVC (Xilinx Virtual Cable) server for AMD Debug Bridges |
| homepage | |
| repository | https://github.com/Schottkyc137/xvc-rs |
| max_upload_size | |
| id | 1940199 |
| size | 30,447 |
Linux-specific backend implementations of the XVC (Xilinx Virtual Cable) server for AMD Debug Bridges.
This crate provides a command-line server binary:
# Automatically select the right driver
xvc-bridge
# Start using the kernel driver
xvc-bridge kernel-driver /dev/xilinx_xvc_driver
# Start using the UIO driver
xvc-bridge uio-driver /dev/uio0
See xvc-bridge --help for all available options.
RUST_LOG: configure log levels (e.g., RUST_LOG=debug)RUST_LOG=debug xvc-bridge --ip 192.168.99.217 uio-driver /dev/uio0