创维3D电视8K86-8K89-8K88-8K70-8K87-8K84-8K90配屏参修改方法
创维3D电视8K86-8K89-8K88-8K70-8K87-8K84-8K90配屏参修改方法:
因上面几个机芯的屏参数在EEPRM的24C的存储器里面,升级软件不会解决屏的问题,当存储器数据丢失后,会导致无图像,可以创维升级小板用打印信息工具进行修改,修改方法如下!
用VGA升级线更改屏参的方法:
用公司标准的USB转VGA的升级线,把模式的拨动开关设成UART
用下面的连接下载一个工具:http://dl.dbank.com/c0dlxo8lff
这个工具可以做为终端连上电视
当你接好以后,可以看到电视机开机时输出的信息之后,请复制下面的命令,然后在这个终端窗口内粘贴过去:
:am,am,:cli_on
上面这句话输入之后请按一下回车键,可以看到DTV的提示(注意:复制的时候需要连:和,都复制的,不能漏)
DTV>_app_mtk]>
[Help]pp_mtk]>
basic(b): Basic
app: Application
mw: Middleware
drv: Driver
test(t): Test
mtktool(0): MTK tool
[dtv_app_mtk]>
看到DTV的提示之后,请按一下键盘的“TAB”,窗口里面会显示:
[Help]
cd: Change current directory
do: Repeat command
alias(a): Add/Show current alias
ls: Recursive list all commands
read(r): Memory read(word)
write(w): Memory write(word)
customer(cust): Get customer name
basic_(b): basic command
linuxmode(l): Turn on/off linux mode
mtktool(0): mtktool command
//(;): Line comment
os: OS command
osd: Osd driver
gfx: Gfx command
imgrz: Imgrz command
dmx(d): Demux commands
jpg: Jpeg command
aud: Aud command
mpv: MPEG Video Decoder command
pmx: pmx command
nim: Nim command
vdec: Vdec command
vdp: Video plane command
ir: Ir command
timeprofile: timeprofile test
pdwnc(pdwnc): PDWNC commands
rtc(rtc): RTC commands
sif: Sif command
fbm: Frame buffer manager command
gpio: Gpio interface
av: Audio/Video command
dbs: Dbs command
eeprom: Eeprom command
nptv(n): Nptv command
cec: HDMI CEC test
mid: Memory intrusion detection
tve: Tve command
tcon: Tcon command
linux: Linux commands
pcmcia(p): Pcmcia command
pcmcia(p): Pcmcia command
bim: BIM module test
memtest: Memory test
ldm: LDM command
playmgr: play manager command
swdmx: SWDMX command
feeder: FEEDER command
DTV>
此时,再把下面的命令复制过去粘贴一下再按回车:
cd eeprom
提示行会变成:
DTV.eeprom>
此时,再输入下面的命令:
wb 0x360 xxx xxx xxx
此处的意思是:
wb为write byte的命令,即往EEPROM的指定地址写数据,数据内容为xxx
后面的0x360是EEPROM里面存储屏参的位置,有三个字节,这三个字节存储相同的值。
此处,xxx的定义为:
8K86-E92RD:
42E92 147
47E92 150
55E92 149
8K89-E92RD:
42E92 151
47E92 154
55E92 155
8K88-E82RD:
32E92 152
37E92 153
42E92 151
47E92 154
55E92 155
现在新增加一个42AU屏的,屏参为:160
8K87-55E82RD的屏参为 149
8K84/8K90-K08RD:
32K08 12 或151 (注:最开始10000台用12,后面的全部为152)
37K08 13
42K08 25
47K08 21
8K70-E65SG:
(下面是120Hz屏)
42E65SG 157
46E65SG 158 或 162
55E65SG 159
(下面是60Hz屏)
42E65SG 160
46E65SG 161
55E65SG 163
修改之后可以用dump命令来确认是否更改成功:
dump 0x360 3
此处dump为从EEPROM里面读取数值的命令,3表示需要读3个字节。
此处显示的值为16进制的值
修改完成之后,请断电再开机,应该就可以正常开机了。





