Tool/software: Linux
Hi Prasad,
Thanks for your recommendation. (same as the AVB/SVR topic)
I confirmed that XDC build AVBTP package successfully.
But it still can't print out any debug message from UART,
After modified the \vision_sdk\apps\configs\tda2xx_evm_linux_all\cfg.mk, rebuild image (debug mode) again.
## Applies profile to all cores # # Supported profiles: release debug #PROFILE=debug PROFILE ?= release
PROFILE_ipu1_0 ?= $(PROFILE) PROFILE_ipu1_1 ?= $(PROFILE) PROFILE_ipu2 ?= debug PROFILE_c66xdsp_1 ?= $(PROFILE) PROFILE_a15_0 ?= $(PROFILE) |
It could print out some debug message via GT_trace() from UART, but it occurred the exception of “### XDC ASSERT - ERROR CALLBACK START ###”
when call bsp_deviceI2CInit() function [found 4 I2C instance : i2c0, i2c1, i2c2, i2c3].
/ti_components/drivers/pdk_01_10_01_06/packages/ti/drv/vps/src/devices/src/bsp_deviceI2c.c
Could you help provide suggestion for fix the issue ? Thanks.
Ps.
BTW, from Log message, it showed error message in debug mode:
[ 13.677475] omap_i2c 48070000.i2c: controller timed out
[ 15.044513] omap_hwmod: i2c1: _wait_target_disable failed
Regards,
Sam Hsieh