Tool/software: Linux
hardware: VAYU EVM XC5777X REV H
software: ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03
PDK: pdk_dra7xx_1_0_10
I want to output debug msg to uart3 on ipu1 with IPC.
I already reconfig AMMU for logical addr mach issue.
init uart3 seems OK.
but IPU will crash after call function UART_printf ,
uart3 has disabled on dra7-evm-common.dtsi ,
the debug msg on /sys/kernel/debug/remoteproc/remoteproc0/trace0
like this:
[0][ 0.001] [t=0x0030c20d] xdc.runtime.Main: ERROR: "src/tirtos/SemaphoreP_tirtos.c", line 212: assertion failure
[0][ 0.001] xdc.runtime.Main: "src/tirtos/SemaphoreP_tirtos.c", line 212: assertion failure
[0][ 0.001] xdc.runtime.Error.raise: terminating execution
I already upload the test case to github
https://github.com/xmlinya/ipc_uart.git