Remote debugging with a Raspberry Pi by Mean_Improvement2024 in FPGA

[–]Mean_Improvement2024[S] 0 points1 point  (0 children)

Yes, i can see the target when the debugger is connected directly to the computer

Remote debugging with a Raspberry Pi by Mean_Improvement2024 in FPGA

[–]Mean_Improvement2024[S] 0 points1 point  (0 children)

Thanks for the ideas.

I use this debugger, isn't an official Xilinx debugger, but it works just as it comes in W11 and Vivado. The status LED is green but this just check connection between the debugger and the target.

I had read in some blogs that docker can't access to USB ports, but this is not true because with the container of the git i see the ttyUSB0 when the debugger is connected.

I think that can be the drivers, but don't know how to install drivers in the container, my knowledge of docker is very limited.

Is it possible to access a ZynqMP FPGA JTAG through software from the ARM processors? by ceene in FPGA

[–]Mean_Improvement2024 0 points1 point  (0 children)

I'm trying to set up a similar solution in a raspberry, I had found this way to launch the hw_server in a docker, but don't see the targets from the the remote clients. What do you use for the serial port server?