工具与软件:
您好、TI 专家!
我可以在 A72 Linux UART 串行终端上查看 Vx_print 的 TIOVX 内核过程输出吗?
出于调试目的、我希望在一些 TIOVX 内核(例如显示技术、tidl 等)中添加一些打印件。
此致、
Juhyun
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
您好、TI 专家!
我可以在 A72 Linux UART 串行终端上查看 Vx_print 的 TIOVX 内核过程输出吗?
出于调试目的、我希望在一些 TIOVX 内核(例如显示技术、tidl 等)中添加一些打印件。
此致、
Juhyun
Juhunyun、您好!
调用函数 TI5x_set_debug_zone (vx_zone_info);
内部 TIvxKernelDrawBoxDetectionsCreate ()
请访问 https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/tiovx/docs/user_guide/DEBUG_PRINT.html
然后使用此、
vx_print (vx_zone_info、"print... %d"、int_variable);
请参考以下路径中的源代码
$(PSDKR_PATH)/c7x-mma-tidl/arm-tidl/tiovx_kernels/tidl/DSP/vx_tidl_target.c
此致、
Gokul
尊敬的 Gokul:
我找到了该主题、

回答后、我执行 /opt/vx_app_arm_remote_log.out 命令、然后可以从 DSP 看到打印输出。
感谢您的支持。
此致、
Juhyun