Fabio,
I'll tried the firmware load today ;-) using Linux 3.9.6
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[ 6.779818] udevd[722]: starting version 175
. ok
[....] Synthesizing the initial hotplug events...[ 7.979742] coda coda-imx27.0: Initialized CodaDx6.
[ 7.984672] coda coda-imx27.0: Firmware version: 2.2.5
[ 8.082520] coda coda-imx27.0: codec registered as /dev/video0
[ 8.753523] usbcore: registered new interface driver btusb
done.
successfully loaded!
Thanks
Message was edited by: Chris Ruehl
Hi, now I'm a step further after fix the I2C bus and have my OV2640 running.
To capture I used a modified version of
gcc -O2 -g -Wall mxc_v4l2_capture.c -o bin.x
and its seams that the v4l not yet stable ..
root@gtsir-nand:~# ./bin.x -w 640 -h 480 -c 100 /var/www/a.yuv
g_width = 640, g_height = 480
[ 8770.853104] mx2-camera imx27-camera.0: Camera driver attached to camera 0
--------------------------------------------------------------------------------------------
Width = 640 Height = 480 Image size = 460800
pixelformat = 842093913 colorspace = 7
--------------------------------------------------------------------------------------------
buf.index 0
buf.index 1
[ 8786.382831] mx2-camera imx27-camera.0: Camera driver detached from camera 0
but this is something I have to communicate with the guys take care of the codaDX6.
Cheers Chris