Hi,Ti
We find a problem,our board(TDA4VM + OSPI + samsung emmc) can not start up at -40 degrees, with the error in linux driver"sdhci-am654: probe of 4f80000.sdhci failed with error -110".
Our uboot(in ospi) runs ok,it can load kernel image from emmc and start the kernel,the kernel runs very well until the sdhc linux driver tries to wait for calibration done.
some key points:
1.Our boot flow is sbl(in ospi)-->mcu app(in ospi)-->uboot(in ospi)-->kernel(in emmc)-->rootfs(in emmc)
2. 2/6 boards don't have the problem
3.UBOOT CONFIG : HS200 with DLL_CALIB on
4.u-boot can detect the emmc
5.LINUX KERNEL CONFIG : HS200 with DLL_CALIB on
6.we are using SDK 7.2
7 disable DLL_CALB,the board works fine @-40 degree and +85 degree