Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Hi, experts
At present, i am working on CPSW0 debugging, you know CPSW0 is controlled by mcu2_0, so I want to output CPSW0 driver debug information to share memory, in this case Linux can see these information.
In CPSW0 implementation, function CpswAppUtils_print() will output to UART port, here I want to reimplement this function and output info to share memory.
To achieve this goal, I want to use appLogPrintf() function which implemented in vision_apps/utils/console_io/..
So head file path( vision_apps/utils/console_io/include/app_log.h) , library path(vision_apps/lib/J7/R5F/SYSBIOS/release), and library app_utils_console_io.lib need add to pdk/drv/cpsw makefile.
please help me how to change the makefile, thanks a lot, waiting your reply!
yuanfan