diff --git a/apps/basic_demos/app_tirtos/bios_cfg/ndk.cfg b/apps/basic_demos/app_tirtos/bios_cfg/ndk.cfg index 424f367..49609f5 100644 --- a/apps/basic_demos/app_tirtos/bios_cfg/ndk.cfg +++ b/apps/basic_demos/app_tirtos/bios_cfg/ndk.cfg @@ -63,7 +63,7 @@ /* ================ General configuration ================ */ function init(ndkCfgArg) { - var enableStaticIP = 0; + var enableStaticIP = 1; var enableTelnet = 1; /* NDK modules */ diff --git a/apps/basic_demos/app_tirtos/tirtos_linux/mcu2_0/concerto.mak b/apps/basic_demos/app_tirtos/tirtos_linux/mcu2_0/concerto.mak index da9ae22..06c9ae6 100755 --- a/apps/basic_demos/app_tirtos/tirtos_linux/mcu2_0/concerto.mak +++ b/apps/basic_demos/app_tirtos/tirtos_linux/mcu2_0/concerto.mak @@ -70,7 +70,8 @@ ADDITIONAL_STATIC_LIBS += nimucpsw.aer5f ADDITIONAL_STATIC_LIBS += cpswsoc.aer5f ADDITIONAL_STATIC_LIBS += cpsw.aer5f ADDITIONAL_STATIC_LIBS += cpsw_cfgserver.aer5f -ADDITIONAL_STATIC_LIBS += cpsw_apputils.aer5f +#ADDITIONAL_STATIC_LIBS += cpsw_apputils.aer5f +ADDITIONAL_STATIC_LIBS += cpsw_apputils_full.aer5f ADDITIONAL_STATIC_LIBS += pm_lib.aer5f ADDITIONAL_STATIC_LIBS += ti.timesync.hal.aer5f ADDITIONAL_STATIC_LIBS += ti.timesync.ptp.aer5f diff --git a/utils/ethfw/src/app_ethfw.c b/utils/ethfw/src/app_ethfw.c index c110ffd..685aca6 100644 --- a/utils/ethfw/src/app_ethfw.c +++ b/utils/ethfw/src/app_ethfw.c @@ -62,6 +62,8 @@ #include "app_ethfw_priv.h" +#define ENABLE_QSGMII_PORTS + /* ========================================================================== */ /* Global Variables */ /* ========================================================================== */