How to port MCAL Ethernet Virtual Mac Application supported on MCU2_1 to MCU1_0?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How to port MCAL Ethernet Virtual Mac Application supported on MCU2_1 to MCU1_0?
Default, MCAL Ethernet Virtual MAC Application supported on MCU2_1 core is a bare-metal application as TI not having the AUTOSAR OS and relevant environment, and the modules like SciServer (Resources and Power management App) runs on MCU1_0 and Ethernet Firmware runs on MCU2_0 as RTOS applications.
To port the Ethernet Virtual MAC Application from MCU2_1 to MCU1_0, you need to run the application as an RTOS-based instead of bare-metal and integrate SciServer into it. Additionally, you will need to update the resource information related to the MCU1_0 core for Eth configuration and Ethernet Firmware for mapping of MCAL Virtual MAC interface from MCU2_1 to the MCU1_0.
Note:
For information related to resources and want to make any changes to the resource partitioning please refer to FAQ [workflow-and-resource-allocation]
Patch: (was created on top of RTOS SDK 8.6)
0001-Ported-MCAL-EthVirtMAC-supported-in-MCU2_1-to-MCU1_0.patch
Apply patch using below steps:
Steps to follow for running the application via CSS:
Steps to follow for running the application via Linux (A72):
Best Regards,
Sudheer