Hi TI members,
I have applied this patch on TDA4EVM and SGMII works fine.
Now on our custom board, we are connecting TDA4 to a Marvell switch through SGMII.
Since there is no SD card on our custom board (only one EMMC on it), I change one of the uboot command in the patch
from
=> load mmc 1:2 0x82000000 /lib/firmware/app_remoteswitchcfg_server.xer5f
to
=> load mmc 0:1 0x82000000 /lib/firmware/app_remoteswitchcfg_server.xer5f
There is a load success message in boot log, but there is no eth1 for SGMII under linux.
Does this patch support loading ethfw in emmc?
Best regards,
Eric Chen