Hi All,
I am having difficulty getting this camera setup with the code and patch supplied by Leopard. I believe I finally have the kernel patched like they wanted it, but the LSP has changed since Leopard built the patch, so I ended up doing it by hand (Ugh!).
They have an app, "capture_prev_rsz_onthe_fly_bayer" that is supposed to configure and output the video on the composite output, but the app continues to give me errors. I've attached the latest capture of trying to run the app with the errors I am stuck on.
My environment is setup as follows:
bootdelay=4
baudrate=115200
ethaddr=00:0e:99:02:ca:6b
rootpath=/home/jkmalone/workdir/filesys
setboot=setenv bootargs $(bootargs) video=dm36x:output=$(videostd)
nfshost=192.168.1.100
tftpip=192.168.1.100
bootfile=uImage
bootcmd=tftp 0x80700000;bootm
videostd=NTSC
filesize=109230
fileaddr=80700000
ipaddr=192.168.1.50
serverip=192.168.1.100
verify=yes
bootargs=console=ttyS0,115200n8 noinitrd rw ip=192.168.1.50:192.168.1.100:192.168.1.100:255.255.255.0:::off root=/dev/nfs nfsroot=192.168.1.100:/home/jkmalone/workdir/filesys,nolock mem=76M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=2 video=dm36x:output=NTSC
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (May 22 2009 - 11:25:39)
Environment size: 757/262140 bytes
I tried using the pre-compiled kernel from leopard but it would not load with CRC errors.
Any help from someone who has this working would be much appreciated.
Thanks,
Jim