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.
I followed the following guide
I patched the ethfw and the linux kernel.It didn't work using my linux kernel and my app_remoteswitchcfg_server_strip.xer5f.But it worked on my linux kernel and app_remoteswitchcfg_server_strip.xer5f which is in the precompiled of zip file in the following link(i.e. ethfw_qsgmii_sdk7p1.zip
):
My COM terminal shows
Enabling clocks!
=======================================================
CPSW Ethernet Firmware
=======================================================
CPSW_9G Test on MAIN NAVSS
EnetPhy_bindDriver: PHY 16: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
EnetPhy_bindDriver: PHY 17: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
EnetPhy_bindDriver: PHY 18: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
EnetPhy_bindDriver: PHY 19: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
PHY 16 is alive
PHY 17 is alive
PHY 18 is alive
PHY 19 is alive
ETHFW Version : 0.01.01
ETHFW Build Date: Oct 29, 2021
ETHFW Build Time: 04:53:43
ETHFW Commit SHA:
Starting lwIP, local interface IP is dhcp-enabled
Host MAC address: 70:ff:76:1d:92:c2
[LWIPIF_LWIP] Enet has been started successfully
[LWIPIF_LWIP] NETIF INIT SUCCESS
Added interface 'ti1', IP is 0.0.0.0
IPC_echo_test (core : mcu2_0) .....
Remote demo device (core : mcu2_0) .....
[IPC] TX Virtio creation failure: 0
[IPC] Ipc_lateVirtioCreate: Failed to create VirtIO for procId..
EthApp_initIpcTask: Ipc_lateVirtioCreate failed: -1
Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6
Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a288600c,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0
Cpsw_ioctlInternal: CPSW: Registered MAC address.ALE entry:12, Policer Entry:1Function:CpswProxyServer_unregisterMacHandlerCb,HostId:0,Handle:a288600c,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdOffset:0
Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a288600c,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0
Cpsw_ioctlInternal: CPSW: Registered MAC address.ALE entry:12, Policer Entry:1
and when I printed ifconfig on the linux terminal , the terminal is stuck :
root@j7-evm:~# ifconfig
Hi,
Sorry for the delay.
How did you compile Ethernet Firmware ? Please share command.
Regards
Vineet
Hi,
I found the link here
and found the reply here
and it solved my problem, but thanks anyway for your reply.