创维9R10机芯,其主板软件在开机加载过程中需要通过I2C访问逻辑板主芯片的寄存器地址做器件检测,因此如果主板的屏参错误,会导致开机黑屏并出现以下打印信息:
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --0
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --1
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --2
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --3
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --4
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --5
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --6
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --7
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --8
panel.c INX8922_I2C_Write_Cmd 403: G2C_Write_EX NG, try again --9
====INX8922_I2C_Communicate IsWrite:0 CommandSet:2 ====
panel.c INX8922_I2C_Read_Cmd 422: G2C_Read_EX Fail 
Read data buf[0]=0 buf[1]=0 buf[2]=0 buf[3]=0
panel.c INX8922_I2C_Read_Cmd 422: G2C_Read_EX Fail 
经过分析,以上打印信息是由于40E690U-9R10屏参错误(错成了65E690U的屏参),软件不停自检群创逻辑板上INX8922芯片,而检测不到,不停报错(40E690U的逻辑板芯片是INX8903)。通过以下命令可以利用串口命令修改成正确的屏参:
第一步:接好串口调试工具,按住键盘ESC键交流上电开机,命令提示符停留在:realtek>
第二步:查看主板软件中当前屏参,输入命令env print 回车(打印信息中会列出当前主板内的屏参)
第三步:修改正确的屏参,输入命令:panel -a回车(打印信息中会列出本软件所有支持的屏版本型号)
第四步:根据支持的屏版本列表,修改正确的屏参,输入命令:panel -s  屏版本 回车。(注意:屏版本文件名较长,请根据列表中的正确屏参输入,例如第三步中打印信息中列出所有支持的屏版本中,40寸的版本为sky_v420dk1_panel.bin,则,修改的命令为:panel -s sky_v420dk1_panel.bin回车。)
      修改完毕后,需将主板装机器上测试。让软件成功自检屏驱动。