Well
i have modify my boot.ini as
under # --- Screen Configuration for HDMI --- #
# --- HDMI / DVI Mode Selection ---
# ------------------------------------------
# - HDMI Mode
setenv vout "hdmi"
# - DVI Mode (disables sound over HDMI as per DVI compat)
# setenv vout "dvi"
# --- HDMI CEC Configuration ---
# ------------------------------------------
setenv cecenable "false" # false or true
# set to true to enable HDMI CEC
#------------------------------------------------------------------------------
#
# HDMI Hot Plug detection
#
#------------------------------------------------------------------------------
#
# Forces the HDMI subsystem to ignore the check if the cable is connected or
# not.
# false : disable the detection and force it as connected.
# true : let cable, board and monitor decide the connection status.
#
# default: true
#
#------------------------------------------------------------------------------
setenv HPD "false"
setenv hdmi_phy_control "HPD=${HPD} vout=${vout}"
add:
${hdmi_phy_control}
to setenv bootargs:
Delete the setenv bootargs "${bootrootfs} ${console} ${videoconfig} ${hdmi_phy_control}"
and juste before setenv bootargs add
if test "${cecenable}" = "false"; then fdt rm /cec@101B0000; fi