Other Parts Discussed in Thread: TVP7002
Hi,
I am using DM8168 processor with my customized daughter board. The EZSDK version is 5_05_02_00 and Linux version linux-2.6.37-psp04.04.00.01
Here while I am dumping image to LCD, the image will appear and disappears immediately.
I am using the following procedures given below.
insmod syslink.ko
./slaveloader startup VPSS-M3 ti816x_hdvpss.xem3
insmod vpss.ko address=0xB2C00000 debug=1
insmod ti81xxfb.ko vram=0:16M,1:16M,2:16M debug=1
echo 0 > /sys/devices/platform/vpss/display1/enabled
echo 800x480@60 > /sys/devices/platform/vpss/display1/mode
echo 1 > /sys/devices/platform/vpss/display1/enabled
echo 1:dvo2 > /sys/devices/platform/vpss/graphics0/nodes
cat My_image.raw > /dev/fb0