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.

[参考译文] AM6442:EVM 显示屏

Guru**** 2481465 points


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

https://e2e.ti.com/support/switches-multiplexers-group/switches-multiplexers/f/switches-multiplexers-forum/1034830/am6442-evm-display

主题中讨论的其他器件:TMDS64GPEVM

硬件:TMDS64GPEVM

SW:am64xx-EVM-Linux-RT-SDK-src-08.00.00.21

即使 Linux 已正确启动、 EVM 上的 OLED 显示屏上也会显示相应内容。

 您能告诉我如何使用 OLED 显示屏吗?

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

    您好、Fenghua、

    在  Linux 中、GPEVM 上的 OLED 显示屏模拟为 TTY 终端/dev/tty0。 您可以 通过常规控制台的方式对其进行写入、例如、

    echo -n 'Hello' > /dev/tty0

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

    您好、Bin、

       非常感谢!

    此致、