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.

[参考译文] Linux/TIDEP0084:BeagleBone Black

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/772483/linux-tidep0084-beaglebone-black

器件型号:TIDEP0084
主题中讨论的其他器件: TMDXEVM3358

工具/软件:Linux

您好!

我对 BeagleBone Black 上运行的 Processor SDK Linux 有疑问(有一个 TI SensorToCloud 项目 TIDEP0084)、该项目使用 ttyACM0进行 USB 到 UART 通信、现在我想更改为板载 BBB UART1 (J9上的引脚24、26)、尝试了几件事情、但未正常工作。 我猜需要在某个位置(引导?)启用 UART1,但找不到有关此操作的任何文档。 有人知道这一点吗?

非常感谢!

-Yue

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

    您可以检查 TMDXEVM3358板 UART 如何用于控制台、并重复使用该方法。 UART 模块和引脚在 u-boot DTS 文件(即 AM335x-EVM.dts)中启用。

    stdout-path = uart0;

    uart0{(&U)
    pinctrl-names ="default";
    pinctrl-0 =<&uart0_PINs>;

    状态="正常";
    };


    此致、
    帕维尔