Tool/software: TI-RTOS
Hello All,
We have TDA2px-evm with OV2775 sensor. While working with psdk 3.03 with bios all version (psdk built on ubuntu 16.04 machine), we are observing following issue
After building psdk (it has additional code to access on board eeprom accessed through i2c1 instance which is controlled in use case menu, so it is not executed till we select that option), while selecting capture option from
b: OV2775 Sensor 1080p30 (TDA3x ONLY)
[IPU1-0] c: AR143 MARS Camera (TDA3x ONLY)
[IPU1-0] d: Skip Sensor configuration
[IPU1-0] e: OV2775 Sensor 1080p30 - TIDA00113
if we select e and go to run the ISS single channel use case 1CH ISS capture + ISS ISP + ISS LDC+VTNF + Display, we get following error
IPU1-0] 29.687976 s: Waiting for 100 milliseconds!!!
[IPU1-0] 29.787897 s: Serilaizer # 0 has I2CAddr 74 !!!
[IPU1-0] 29.788080 s:
[IPU1-0] 29.788354 s: i2cMdSubmitChan: i2c4 transfer to slave address 0x74 failed
[IPU1-0] 29.788476 s: src/bsp_deviceI2c.c @ Line 580:
[IPU1-0] 29.788568 s: I2C4: DEV 0x74: WR 0x02 = 0x52 ... ERROR !!!
[IPU1-0] 29.788659 s: src/bsp_deviceI2c.c @ Line 602:
[IPU1-0] 29.788751 s: I2C4: Error timeout 1 ms!!!
[IPU1-0] 29.788842 s: Could not configure serializer !!!
[IPU1-0] 29.788903 s: Failed to initialize the serializer on camera # 0!!!
[IPU1-0] 29.788995 s: Assertion @ Line: 388 in /home/cloudera/source/TI/ProcessorSDK_03_03/vision_sdk/apps/src/rtos/iss/src/common/app_util_iss.c: status == 0 : failed !!!
[IPU1-0] 29.789757 s: Assertion @ Line: 388 in /home/cloudera/source/TI/ProcessorSDK_03_03/vision_sdk/apps/src/rtos/iss/src/common/app_util_iss.c: status == 0 : failed !!!
but if we select option b for capture setting from following
b: OV2775 Sensor 1080p30 (TDA3x ONLY)
[IPU1-0] c: AR143 MARS Camera (TDA3x ONLY)
[IPU1-0] d: Skip Sensor configuration
[IPU1-0] e: OV2775 Sensor 1080p30 - TIDA00113
It does not crash but we dont get video also, and on selecting option
"\r\n 3: Save Captured Frame"
from use case menu, the code hangs.
Will you please let us know if we are missing something.
The same set up is working fine for psdk3.02 (with capture option being selected as [IPU1-0] e: OV2775 Sensor 1080p30 - TIDA00113.