Hello!
I have a TMX320DM355 Evalution Module 702065 Rev C 30 Nov 07 manufactured by SpectrumDigital with MT9M131 CMOS-matrix.
Today I get errors:
Starting mt9t001_i2c_probe_adapter
_i2c_attach_client
I2C 0x48.
Write to page 1.
write reg = 0xf0, data[1] = 0x0, data[2] = 0x1
DaVinci I2C WARNING: i2c: NACK detected
DaVinci I2C WARNING: i2c: NACK detected
DaVinci I2C WARNING: i2c: NACK detected
DaVinci I2C WARNING: i2c: NACK detected
DaVinci I2C WARNING: i2c: NACK detected
write reg = 0xf0, data[1] = 0x0, data[2] = 0x1
DaVinci I2C WARNING: i2c: NACK detected
DaVinci I2C WARNING: i2c: NACK detected
DaVinci I2C WARNING: i2c: NACK detected
DaVinci I2C WARNING: i2c: NACK detected
My boot options:
bootdelay=3
baudrate=115200
bootfile="uImage"
videomode=video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16,2025K
davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=ntsc
bootcmd=nboot 0x80700000 0 0x400000;bootm
capture=v4l2_video_capture=device:MT9T031
bootargs=console=ttyS0,115200n8 root=/dev/mtdblock3 rw rootfstype=yaffs2
ip=off mem=116M $(videomode) $(capture)
stdin=serial
stdout=serial
stderr=serial
videostd=ntsc
I try change capture device on TVP5146:
bootdelay=3
baudrate=115200
bootfile="uImage"
videomode=video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16,2025K
davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=ntsc
bootcmd=nboot 0x80700000 0 0x400000;bootm
bootargs=console=ttyS0,115200n8 root=/dev/mtdblock3 rw rootfstype=yaffs2
ip=off mem=116M $(videomode) $(capture)
stdin=serial
stdout=serial
stderr=serial
videostd=ntsc
capture=v4l2_video_capture=device:TVP5146
But I again get this errors.
Why don't work boot switch?
I suppose what problem in my modify, but early all work, and restore original kernel.
But this don't solve problem.
I see signals on U1 microcircuit and on the 1 contact always I see signal 0.
I beliave what change signal on 1 solve my problem, but all my tryed with boot arguments don't change picture.
Problem in programm or hardware? I think problem in hardware.
How can I solve problem?
Thank you and excuse me for my bad english.