hi
refere to <>, the TVE of imx53 supports the NTSC, PAL and component(YPrPb and RGB). TVE has three signal wires(Correspond to tree channels), and they are pin 1, pin 2, pin 3 in VGA interface.
if your board is imx53 qsb and you start android in imx53, you can set imx53 qsb follow as
set uboot param
setenv bootargs_android 'set bootargs console=ttymxc0,115200 init=/init androidboot.console=ttymxc0 video=mxcdi0fb:RGB24,640x480M@60 hdmi di0_primary gpu_nommu, gpu_memory=64M video=mxcdi1fb:YUV444,mxcdi1fb:TV-NTSC tve'
or
setenv bootargs_android 'set bootargs console=ttymxc0,115200 init=/init androidboot.console=ttymxc0 video=mxcdi0fb:RGB24,640x480M@60 hdmi di0_primary gpu_nommu, gpu_memory=64M video=mxcdi1fb:YUV444,mxcdi1fb:TV-PAL tve'
after enter android
you can type setprop rw.VIDEO_TVOUT_DISPLAY 1 in your terminal.
so you can play a video and get stand tv singal in VGA pin 3.
i hava some trouble about stand tv too. Do some people know about imx53 supports teletext?