Index: apps/app_remoteswitchcfg_server/mcu_2_0/concerto.mak =================================================================== --- apps/app_remoteswitchcfg_server/mcu_2_0/concerto.mak (revision 2630) +++ apps/app_remoteswitchcfg_server/mcu_2_0/concerto.mak (working copy) @@ -45,9 +45,9 @@ STATIC_LIBS += lib_remote_device STATIC_LIBS += lib_remoteswitchcfg_server -ifeq ($(TARGET_PLATFORM),J7200) - DEFS += ENABLE_QSGMII_PORTS -endif +#ifeq ($(TARGET_PLATFORM),J7200) +# DEFS += ENABLE_QSGMII_PORTS +#endif CPSW_APPUTILS_LIB = enet_example_utils @@ -102,7 +102,7 @@ STATIC_LIBS += lib_remoteswitchcfg_server ifeq ($(TARGET_PLATFORM),J7200) - DEFS += ENABLE_QSGMII_PORTS +# DEFS += ENABLE_QSGMII_PORTS CPSW_APPUTILS_LIB = enet_example_utils_full else CPSW_APPUTILS_LIB = enet_example_utils Index: apps/app_remoteswitchcfg_server/mcu_2_0/main_tirtos.c =================================================================== --- apps/app_remoteswitchcfg_server/mcu_2_0/main_tirtos.c (revision 2630) +++ apps/app_remoteswitchcfg_server/mcu_2_0/main_tirtos.c (working copy) @@ -294,9 +294,13 @@ /* For internal testing only - Alternatively, a single RGMII port * configuration via GESI board is also available */ { - .portNum = ENET_MAC_PORT_2, /* RGMII */ + .portNum = ENET_MAC_PORT_1, /* RGMII */ .vlanCfg = { .portPri = 0U, .portCfi = 0U, .portVID = 0U } }, + { + .portNum = ENET_MAC_PORT_4, /* RGMII */ + .vlanCfg = { .portPri = 0U, .portCfi = 0U, .portVID = 0U } + }, #endif #endif }; @@ -737,7 +741,7 @@ #if defined(ENABLE_QSGMII_PORTS) macPort = ENET_MAC_PORT_1; #else - macPort = ENET_MAC_PORT_2; + macPort = ENET_MAC_PORT_1; #endif #endif