Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use this tools in RBP #1

Open
Mon-ius opened this issue Mar 17, 2019 · 0 comments
Open

How to use this tools in RBP #1

Mon-ius opened this issue Mar 17, 2019 · 0 comments

Comments

@Mon-ius
Copy link

Mon-ius commented Mar 17, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant