We are trying to get 2G 9G switch to work on custom HW. As suggested by TI customer support we upgraded to SDKL/SDKR 8.2 and I finished setting this up including porting the device tree for our custom HW. Unfortunately the setup at 8.2 SDK is not yet where we were at 7.2
- I did not manage to configure ethfw for static IP address – it still issues to DHCP requests. My attempt to do this configuration was in
- vision_apps/platform/j721e/rtos/bios_cfg/ndk.cfg
- ethfw/apps/app_remoteswitchcfg_server/mcu_2_0/main.c
which would be the correct way?
- In enet_appboardutils_j721e_evm.c I tried to redirect the logs of EnetAppUtils_print() to the wakeup UART like it worked in the previous version – it does not work now – why?
- In the previous version I could see a printout by
appLogPrintf("\nCPSW NIMU application, IP address I/F 1: %s\n\r", ipAddr);
I don’t see that in the 8.2 setup
With the above symptoms can your experts guess, what we are missing to configure? We are happy to supply any logs on request.
We are using the default configuration freertos, would you suggest switching to tirtos instead? How would I do that?
How do the below 3 parameters in ethfw_build_flags.mak work? Could you pls. point me to documentation on this?
# Build TI-RTOS only binaries
BUILD_APP_TIRTOS?=no
# Build FREERTOS only binaries
BUILD_APP_FREERTOS?=yes
# Build TI-RTOS + Linux binaries
BUILD_APP_TIRTOS_LINUX?=no