-
Notifications
You must be signed in to change notification settings - Fork 76
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
U250 support? #2
Comments
I am able to implement this project with U250 and successful to get link with other network devices. However, TCP link is not established and no pkt is dumped at the NIC end. I found the status of camc_krnl is CRASHED after programming the device, I am wondering if there is any method to debug this issue. Thanks. |
I'm managing a similar task that to port the project to Alveo U50, and im very eager to ask for your help sincerely with some technical details. Actually I was met up with some error: |
I modify 'post_sys_link.tcl.in' according to xup_vitis_network project https://github.com/Xilinx/xup_vitis_network_example/blob/master/Ethernet/post_sys_link.tcl |
Thanks for your prompt reply! Coincidentally, I have also run the xup project before and tested it by running its own benchmarks. When this ERROR occurred I did also thought of replacing the post_sys_link.tcl of this project with the .tcl file of the xup project, but still the ERROR occured. May I ask how did you modified the tcl file in detail? |
Below is my tcl file,
|
Regards, Zhang, I had the same problem as you after modifying the tcl file. I'm trying to solve this problem by replacing the cmac kernel with the kernel from the xup project https://github.com/Xilinx/xup_vitis_network_example/tree/master/Ethernet/src and it would be great if you have any better solution to share. |
Hi, @IskandarZhang, @zhuofanzhang Do you this project successfully? It would be great if you can give me some suggestions how to fix or debug such issues and run this project? Thank you very much. |
Hi [IskandarZhang] |
Hi,
Just wonder how hard it is to port to U250. Would U250 be supported in the future?
Best,
Yang
The text was updated successfully, but these errors were encountered: