Part Number: TDA2PXEVM
Tool/software: Linux
Dear TI team,
we have an application built similar to the vision_sdk demo apps using tda2px_evm_bios_all config.
We are currently trying to have that application built with Linux config to include more functions.
The new config is based on tda2px_evm_linux_all/cfg.mk
We uses I2C (2 & 4, starting counting from 0) to communicate and encountered issues while running apps.out.
[HOST] [IPU1-0] 73.280882 s: I2C2: Instance NOT enabled during init ... ERROR !!!
It looks the hardware split is I2C2 is controlled by A15 (linux build) and I2C4 is controlled by IPU-0 (same as the previous bios app).
We would like to keep the apps as unchanged as the bios version as possible.
Is there anyway the change the control of I2C2 back to IPU-0?
Thank you so much!
-JC