Other Parts Discussed in Thread: SYSCONFIG
Hello all,
I am working with TMDS64GPEVM – AM64x General Purpose Evaluation Module and have MCU+SDK version 8 on my PC. I am booting the R5F core using Linux kernel in A53 core using SSH. While running the ipc_rpmsg_echo_linux example, i could not see any output that was to be displayed by DebugP_log on the command prompt. Can someone tell me where this output can be seen?
Please do refer to the below code snippet.
void frertos_main(void *args)
{
int32_t status;
//int32_t status;
RPMessage_CreateParams createParams;
TaskP_Params taskParams;
//Drivers_open();
//Board_driversOpen();
DebugP_log("[IPC RPMSG ECHO] %s %s\r\n", __DATE__, __TIME__);
