Hi everyone,
I did a repo sync and built the images for gingerbread-dsp as explained in the page http://code.google.com/p/rowboat/wiki/DSP.
I am using beagleboard-xm. I have changed the boot args for my NFS file system. This is my boot.cmd file,
if fatload mmc 0 80200000 uImage
then
echo ***** Kernel: /dev/mmcblk0p1/uImage *****
fi
echo ***** RootFS: Using NFS *****
setenv ip 172.16.10.247
setenv serverpath /tftpboot/android_rootfs
setenv serverip 172.16.10.91
setenv nfsroot ${serverip}:${serverpath},nolock,tcp,rsize=1024,wsize=1024setenv bootargs mem=68M@0x80000000 mem=256M@0x88000000 console=ttyS2,115200n8 rw rootwait rootfstype=ext3 rootdelay=1 androidboot.console=ttyS2 nfsroot=${nfsroot} ip=${ip} root=/dev/nfs init=/init mpurate=1000 omap_vout.vid1_static_vrfb_alloc=y vram=32M omapfb.vram=0:16M,1:4M,2:4M omapfb.mode=dvi:1024x768MR-16 omapdss.def_disp=dvi
bootm 0x80200000
I am using acer x139w monitor connected via DVI. The probel is the display is flickering and rendering is
very slow. The CPU usage shown by the busybox top command is always more than 60%. I am able to play
HD videos. During video playback display is fine and CPU usage is less than 20%. It is using the dsp-omx codec
and I can see it in logcat. The rendering also is smooth. But the remaining things like gallery and menus are very
slow in display and the mouse never get a continuous movement. I have tried with video resolutions from 640x480
to 1440x900 the maximum. Is there any workaround for this? Should I compile the kernel with any additional drivers?
To add the default camera application display is very slow. But the camera preview in the API demos section is displaying
smooth video and the CPU usage is around 70%. Anyone experiencing similar issue? Is there any know fix for this?