I have changed my tft disaplay with a new one.
The new one is a Microtips 10.1" HA-101ZIEBCAH1-A (see attached datsheet) connected via HDMI (attached the EDID)
link text
I use a custom linux OS
The new display doesen’t disaplay any valid picture.
I’ve tested different solutions readed on the community without success.
I try to report the situation starting with a bios setup
vidargs = mxc_hdmi.only_cea=1 video=mxcfb0:dev=hdmi,1280x800M@60,if=RGB24 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off fbmem=32M
(look at photo 1.jpg within uboot before booting)
…then booting I can see video parameters were not accepted
# fbset -s
mode "640x480-60"
# D: 25.200 MHz, H: 31.500 kHz, V: 59.999 Hz
geometry 640 480 640 480 16
timings 39683 48 16 33 10 96 2
accel false
rgba 5/11,6/5,5/0,0/0
endmode
Then I’tried to set it manually
# fbset -g 1280 800 1280 800 16
[ 776.408746] mxc_sdc_fb fb@0: 1280x800 h_sync,r,l: 96,16,48 v_sync,l,u: 2,10,33 pixclock=25199000 Hz
(look at photo 2.jpg after fbset -g 1280 800 1280 800 16)
…and again changing timings
# fbset -t 14084 48 80 3 14 32 6 (values readed in a vesa standard list)
[ 1012.844633] mxc_sdc_fb fb@0: 1280x800 h_sync,r,l: 32,80,48 v_sync,l,u: 6,14,3 pixclock=71002000 Hz
(look at photo 3.jpg after fbset -t 14084 48 80 3 14 32 6)
Then I’ve tried to clear vidargs (setenv vidargs ‘’)
# fbset
mode "1024x768-60"
# D: 65.003 MHz, H: 48.365 kHz, V: 60.006 Hz
geometry 1024 768 1024 768 16
timings 15384 160 24 29 3 136 6
accel false
rgba 5/11,6/5,5/0,0/0
endmode
(photo 4.jpg deleting vidargs – black screen)
I don’t know where to point to now.
The display is given for 1280x800 but vidargs with 1280x800M@60 seems not recognized.
The default value seems to be 1024x768@65 but no images are displayed.
I have tried many different combination with fbset timings with any resoults (no images but just lines).
I look forward for a help.
Cheers