Tool/software:
There are different in this page to enable wkup_uart log for RTOS and lLinux.
RTOS use: examples/drivers/sciclient/sciclient_get_version/j722s-evm/wkup-r5fss0-0_freertos/ti-arm-clang
Linux use: examples/drivers/ipc/ipc_rpmsg_echo_linux/j722s-evm/wkup-r5fss0-0_freertos/ti-arm-clang/
with ENABLE_DM_TRACE=YES, the generated .out if much larger, >8MByte. while the default configuration generated .out is ~138KByte. so I assume the default configuration disabled detail log output. but it still enabled wkup_uart0 in the wkup_r5f dm firmware, as it there are several lines log during booting up.
now customer want to use wkup_uart as UBOOT/Linux console, need to disable it from tidm firmware? if yes, how?