Hi, all:
I 'm using DM365 to do a decoder to decode 720P stream and display it, and I trying to add a display chip to format stream signal as VGA format so it can connect to LCD displayer, I changed code to make DM365 output digital signal from VPBE to display chip in BT656 standard, But got a picture only 640 pixels in horizontal like picture below show, left part(640x720) shows the whole picture sended(1280x720), and right part are NULL memory I think and it shows random colour, I' m sure the source stream is 720P because it also display through YPbPr and I can see it display perfect, As I know BT656 has it's owen feature like It can just Transfor 625 lines on vertical and 17xx on H with SYNC info but I don't really understand it, so It caused by BT656 or something else? any suggest will be appreciate
another question is: Does flash partation need format? We use our flash as 5 part: uboot,params,kernel,filesystem1,filesystem2, and the first four are write by nand write with some formated image, and I want to use part5 to save some config file so I need to mount it to my own filesystem with special type, but it can only mount as jffs2 type correct write and save, and it can mount as yaffs but can't keep data correct when umounted, so why? does kernel has format part5 as jffs2 yet, How can I use yaffs on part5?
