Hi,
I am using the ti-sdk-am335x-evm-05.05.01.00 and testing VLAN on AM3358evm. I have enabled the VLAN support in the kernel (CONFIG_VLAN_8021Q).
I have seen the cpsw.c driver file, the VLAN_SUPPORT flag is NOT enabled if CONFIG_TI_CPSW_DUAL_EMAC is enabled, so the VLAN doesnt work. CONFIG_TI_CPSW_DUAL_EMAC is by default enabled in the default configuration "tisdk_am335x-evm_defconfig". Since the AM3358evm is having only one ethernet port, can i disable the CONFIG_TI_CPSW_DUAL_EMAC?
Thanks