Is it possible to communicate serial data traffic via ethernet [rj45]?
Is it possible to communicate serial data traffic via ethernet [rj45]?
The short answer is YES. However, you need to add more codes at u-boot layer and possible kernel if you need to debug Linux. I did not do this flow, but I knew Xilinx supports it.
The short answer is YES. However, you need to add more codes at u-boot layer and possible kernel if you need to debug Linux. I did not do this flow, but I knew Xilinx supports it.
Ok that is something.
I am not familiar with those high technical subjects.
1. Can you suggest background material on them?
2. You mention Linux. Is it difference between implement this on Linux vs Standalone?
Thanks!
Check this document: Vivado Design Suite User Guide: Programming and Debugging (UG908)
That's a 455 page document. At a level that will not help anything Jonathan101 asked.
Will this picture from the UG908 be helpfule for Johnthan101:
Glad that I am taking my vacation at home to help this topic now.
Happy Holidays!
HI Johnthan101:
Vitis uses TCF agent for debugging tool chain now.
Here is one of HOWTOs for this topic:
UG908 can let you download/debug FPGA PL via Ethernet and TCF agent can give you an option for Linux applications debug via Ethernet.
Enjoy your learning journey.
Thanks