You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have tried compile this tool in my raspberry pi by using make and it generated ./xvcpi .
But it seemed it dosn't work.
Before I looked for your work. I have tried proxy the fpga device using socat in host RBP to remote computer. But it failed, the vivado hardware manager cannot detect it.
Hi,
I have tried compile this tool in my raspberry pi by using
make
and it generated./xvcpi
.But it seemed it dosn't work.
Before I looked for your work. I have tried proxy the fpga device using
socat
in host RBP to remote computer. But it failed, the vivado hardware manager cannot detect it.Raspberry Pi with FPGA(192.168.200.81):
socat -d -d /dev/serial/by-id/usb-Xilinx_JTAG+Serial_1234-oj1-if00-port0,raw,nonblock,ignoreeof,cr,echo=0 TCP4-LISTEN:5550,reuseaddr
socat -d -d /dev/serial/by-id/usb-Xilinx_JTAG+Serial_1234-oj1-if01-port0,raw,nonblock,ignoreeof,cr,echo=0 TCP4-LISTEN:5556,reuseaddr
Remote Computer with vivado software
sudo socat PTY,raw,echo=0,link=/dev/serial/by-id/usb-Xilinx_JTAG+Serial_1234-oj1-if00-port0 tcp:192.168.200.81:5550 &
sudo socat PTY,raw,echo=0,link=/dev/serial/by-id/usb-Xilinx_JTAG+Serial_1234-oj1-if01-port0 tcp:192.168.200.81:5551 &
Maybe I could follow your work and find another idea to achieve it. Can you give me some ideas?
The text was updated successfully, but these errors were encountered: