Hello, I have successfully built Gingerbread for the Zoom3 and it works fairly well, but I don't think I have video working properly. I'm not familiar with DSP, but from what I've read I don't think I have the DSP bridge driver. When I boot my Zoom I get the following line in the startup output: cod_open_base: error status -84 pszCoffPth: /system/lib/dsp/baseimage.dof Digging into things, this is from the dbll_open function in drivers/dsp/bridge/pmgr/dbll.c and is returning -EILSEQ. As best I can tell, this happens in the code after the comment, /* Do a fake load to get symbols - ... */ Since this code is being used instead of the other code above it, this makes me think I don't have the DSP bridge driver. My problem is that I don't know where to go from here (or even if I'm in the right place already). How do I know if I have the DSP bridge driver? Where should it be located? If I don't have it, where can I get it? My bootargs: console=ttyS0,115200n8 root=/dev/mmcblk0p2 init=/init rw rootdelay=1 androidboot.console=ttyS0 videoout=omap24xxvout omap_vout.video1_numbuffers=6 omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=0:4M I would be very grateful for any pointers or advice.
-- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
