-
Notifications
You must be signed in to change notification settings - Fork 163
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
Xilinx MPSoC R5F FreeRTOS TCP application #1207
Comments
Hi @LVS-AI, Thank you. |
Absolutely. I'm not savvy enough in the TCP realm so I look forward to learning alot on how the stack is put together from the subject matter experts (Amazon AWS etc.). I have a modest collection of Xilinx evaluation boards (VC707, ZC702, ZCU104) so testing coverage is reasonbly good going forward. Who there can core dump their Xilinx knowledge on me so I can sort this all out into a nice tidy matrix? I'll need to be mentored/directed how best to proceed (roadmap). |
Hi @LVS-AI,
If you're using a 32-bit processor of R5F, we recommend using the Zynq implementation. To improve the clarity of this information for other users, we'd greatly appreciate your help in enhancing the documentation. Would you be willing to contribute by adding these details to the respective README files in each directory? Thank you. |
My first thought is to express the matrix as a reworking of the repo directories. Something like .. Xilinx
TEMAC driver(s) don't exist yet as far as we can tell. R5F driver is possibly the same as the Zynq A9 (not confirmed working). In our particular use-case we want to serve-up certain AI acceleration (PL region) via a socket interface (micro-service) in a FreeRTOS TCP application. There is not a lot of documentation or samples to aid in this consolidation of knowledge. |
I completely agree that presenting this information in a matrix format would be incredibly helpful for users. Unfortunately, our team currently has limited access to a wide range of boards for comprehensive testing. We've been able to thoroughly test and document the Zynq and Ultrascale platforms, which is why we have detailed information available for these. Regarding other SOCs, we would be immensely grateful for any contributions from the community. Please feel free to consult our comprehensive guide, Porting FreeRTOS-Plus-TCP, which provides detailed instructions and best practices for this process. This document should serve as an excellent reference to support your integration efforts. Thank you |
In our pursuit of specific Xilinx knowledge, we discovered PR #393 and #588 which refer to the MPSoC driver being 'refined' and partially tested for the MPSoC R5F core. Our initial thought to use the Zynq (32-bit) driver appears incorrect. The actual silicon (and capabilities) appears slightly different from Zynq (A9) to MPSoC (A53, R5F). We're a modest AI startup, but I will procure Versal hardware for future development and testing. For now we can cover 7-series and up for the majority of FreeRTOS TCP use cases and slowly build-out the supports. |
Yes, and you might notice that these two PRs are also contributed by community. We believe the contributors have thoroughly tested these changes, and they should be compatible with the MPSoC series. However, I want to be transparent and mention that our team hasn't personally verified the functionality on MPSoC series platforms. We greatly value community involvement and would be delighted to welcome your contributions to the repository as well. If you have any questions or need assistance with contributing, please don't hesitate to reach out. BTW, we have a FreeRTOS Forum, which has broader audience and embedded engineers around the world. Feel free to post your issue if you met any porting issue while integration. |
Absolutely. Building sub-communities focused on specific platforms takes time and patience. Good guidance and documentation supports more widespread use of FreeRTOS (and TCP). We are inspired to refine, improve and even innovate whereever we can. |
As the question has been thoroughly addressed, we'll be closing this thread. |
It's unclear if the Zynq driver should be used for an R5F FreeRTOS TCP application on the Xilinx MPSoC because of the 32-bit nature of the cores. I wonder if possible to document a compatiability matrix for the various Xilinx hard and soft cores including MicroBlaze (original) and MicroBlaze-V (Risc-V) and the corresponding FreeRTOS TCP portable driver to use.
Application development around FreeRTOS TCP is greatly slowed when there are unknowns regarding the correct software components to pull together for a given hardware configuration. Expertise and knowledge sharing are key to building a larger FreeRTOS ecosystem.
The text was updated successfully, but these errors were encountered: