Now we have some TDA4VM/j721EX boards and "psdk_rtos_auto_j7_06_01_00_15" sdk.
We connect the uart to ubuntu pc, and the /dev/ttyUSB0 is for A72, and the /dev/ttyUSB2 is for main mcu and dsp. Is it right?
In the vision_apps demo, the demo in mcu2_1 and the demo in dsp will send logs to linux console if we run source /opt/vision_apps/vision_apps_init.sh in linux.
How can we make the demo in mcu2_1 and the demo in dsp output their logs to /dev/ttyUSB2?
In the pdk/packages/ti/drv/gpio/test/led_blink demos, we want to use printf to show our log, but we cannot see any log from /dev/ttyUSB2. How can we see mcu and dsp log from tty?
Thank you!