Other Parts Discussed in Thread: TDA4VM
We intend to use us90ub954ds 90ub9543 and imx390 to capture images.
when using SDK8.6,everything is OK. In addition to the incorrect I2C address of the default device tree (ds90ub954 I2C 0X3d->0x30;imx390 I2C: 0x1a -> 0x21)
But when we use SDK9.1 which downloads from TI.com,90ub9543 and imx390 probe failed.
We have tried the following ways:
1.modify uEnv.txt (ds90ub954 I2C 0X3d->0x30,otherwise TDA4VM cannot probe 954)


c、We also found in the forum that the imx390_serdes_config.h file defines rcm/cm and the corresponding address, etc., and we also tried to change the I2C address corresponding to rcm in the file to 0x21, but it cannot be started, and an error is reported after getting stuck. In short, we found that as long as the default 0x1a address of the camera is changed, the development board will definitely fail to boot and an error will be reported


cpp -nostdinc -I. -undef -x assembler-with-cpp k3-fpdlink-imx390-rcm-0-0.dtso > k3-fpdlink-imx390-rcm-0-0.dts dtc -I dts -O dtb -b 0 -o k3-fpdlink-imx390-rcm-0-0.dtbo k3-fpdlink-imx390-rcm-0-0.dts