This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA4AL-Q1:J7EXPE01EVM 板's HDMI 输出不工作。

Guru**** 2330830 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1517950/tda4al-q1-j7expe01evm-board-s-hdmi-output-is-not-working

器件型号:TDA4AL-Q1
主题中讨论的其他器件:TDA4VL

工具/软件:

你好。

我使用了 SDK 版本10.01。

电路板没有看到 HDMI 输出。

没有异常的错误消息。

我已经检查了 DP 输出。

我更改了下面的代码以检查 HDMI。

#ifdef BUILD_MCU_BOARD_DEPENDENCIES

    #define ENABLE_CSI2RX
    #define ENABLE_CSI2TX
    #undef  ENABLE_DSS_HDMI

    /* IMPORANT NOTE:
     * - Only one of ENABLE_DSS_SINGLE or ENABLE_DSS_DUAL should be defined
     * - When ENABLE_DSS_SINGLE is defined, only one of ENABLE_DSS_DSI or ENABLE_DSS_EDP should be defined
     * - When ENABLE_DSS_DUAL is defined, ENABLE_DSS_DSI and ENABLE_DSS_EDP are not used, both EDP and DSI are enabled unconditionally
     */
    #undef  ENABLE_DSS_DUAL
    #define ENABLE_DSS_SINGLE

#if defined(ENABLE_DSS_DUAL)
    #undef  ENABLE_DSS_SINGLE
    #define ENABLE_DSS_EDP
    #define ENABLE_DSS_DSI
#elif defined(ENABLE_DSS_SINGLE)
    #undef  ENABLE_DSS_DUAL
    #define ENABLE_DSS_EDP
    #undef  ENABLE_DSS_DSI
#endif
#if defined(ENABLE_DSS_DSI)
    #undef  ENABLE_CSI2TX
#endif
    #define ENABLE_I2C
    #define ENABLE_BOARD

#if 1
 /* define below to enable eDP display, make sure to undef ENABLE_DSS_HDMI & ENABLE_DSS_DSI as well */
#ifndef DISPLAY_DEVICE_HDMI
#define ENABLE_DSS_EDP
#undef ENABLE_ETHFW
#endif

/* define below to enable HDMI display, make sure to undef ENABLE_DSS_EDP & ENABLE_DSS_DSI as well */

#ifdef DISPLAY_DEVICE_HDMI
#define ENABLE_DSS_HDMI
#undef ENABLE_DSS_EDP
#undef ENABLE_DSS_DSI
#undef ENABLE_ETHFW
#else
#undef ENABLE_DSS_HDMI
#endif
#endif
	
#else	//::-#ifdef BUILD_MCU_BOARD_DEPENDENCIES

    #undef  ENABLE_CSI2RX
    #undef  ENABLE_CSI2TX
    #undef  ENABLE_DSS_SINGLE
    #undef  ENABLE_DSS_DUAL
    #undef  ENABLE_DSS_EDP
    #undef  ENABLE_DSS_HDMI
    #undef  ENABLE_DSS_DSI
    #undef  ENABLE_I2C
    #undef  ENABLE_BOARD

#endif

请检查 HDMI 输出。  谢谢你。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我使用了 display_device_hdmi。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、

    TDA4VL 器件上没有 HDMI 输出支持。 它甚至在基础 EVM 上不受支持。  

    此致、

    Brijesh

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好

    您是否说 J7EXPE01EVM 扩展板上不支持 HDMI?

    谢谢。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 Petervera、

    我认为我们不支持该板来获取 HDMI 输出。  

    此致、

    Brijesh