Tool/software:
Hi Ti expert
SDK 0902 & 0806 & 0804
I used prebuild sd card.
How do I modify the code on the RTOS and Linux side
so that I can generate the corresponding ethn on the Linux side?
Best Regards
Eason
Tool/software:
Hi Ti expert
SDK 0902 & 0806 & 0804
I used prebuild sd card.
How do I modify the code on the RTOS and Linux side
so that I can generate the corresponding ethn on the Linux side?
Best Regards
Eason
Hi,
Are you looking for a virtual client on Linux and ETHFW on the MCU2_0 core as a server? If so, you need to update the RTOS side for configuring SerDes2 and MAC Port-5 in SGMII from the board_j721e_evm.c file and the application main file with the required ports.
If you are looking for a Native Linux solution, then you need to load non ETHFW application on MCU2_0 so the MCU2_0 core does not use CPSW9G. Update the Linux device tree for SGMII mode with SerDes2.
Additionally, refer to the FAQ for instructions on enabling CPSW9G on the TDA4VM.
[FAQ] How do I bring/brought up Ethernet interfaces for Main Domain CPSWnG in Linux from SDK Version 9.0 and above?
[FAQ] TDA4VM: How to move to Native Linux Driver on SDK 8.4 for J7 and DRA8 Devices
Best Regards,
Sudheer
Hi Sudheer
I want to this:
I want to use Virtual eth in linux;
And use PC and Linux network to communicate with each other
Best Regards
Eason
Hi,
I want to use Virtual eth in linux;
And use PC and Linux network to communicate with each other
It means you are looking for a solution based on the ETHFW server and Linux client model.
Please refer to the changes required for porting to the custom board.
https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j784s4/latest/exports/docs/ethfw/docs/user_guide/ethfw_c_porting_top.html
Also, refer to the debug guide if you face any issues.
https://www.ti.com/lit/ab/sprads2/sprads2.pdf?ts=1759990680959&ref_url=https%253A%252F%252Fwww.google.com%252F
Best Regards,
Sudheer