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.
工具与软件:
您好、先生、
PHY DP83TG721x-Q1 在我们的产品中连接到 MCU_RGMII1_XX。
如何 在 A72 u-boot 和 Linux 中为 DP83TG721x-Q1创建 MCU_CPSW?
在 A72 u-boot 中执行 MDIO 列表后、我们找不到 MCU_CPSW。
我们的 PDK 版本是 10_00_00。
还有一个问题、 PHY DP83TG721x-Q1连接到 MCU_RGMII1_XX。 我们需要在哪里开发 DP83TG721x-Q1 phy 驱动器? 在 A72中? 或者在 MCU 域的 R5中?
谢谢。
您好!
请从下面查找最新的 PHY 驱动程序。
https://github.com/TexasInstruments/ti-ethernet-software/blob/main/rtos_drivers/src / dp83tg720.c
此外、有关将 PHY 驱动程序集成到内核中的信息、请参阅应用手册。
https://www.ti.com/lit/an/snla450/snla450.pdf?ts = 1728895428807 & ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FDP83TG721S-Q1
如果您在将 PHY 驱动程序集成到内核方面有任何其他疑问/问题、请使用 DP83tg721内核集成支持创建新的查询/线程。
它将被分配给有关部门。
如果是用于启用 PHY 驱动程序的 u-boot 配置文件、则"linux-sdk/board-support/ti-u-boot-xx/configs/j721s2_evm_a72_defconfig"中的"j721s2_evm_defconfig"
运行以下命令以从 SDK 文件夹构建 u-boot 和 Linux。
U-boot 构建命令为
#生成 u-boot
Linux 构建命令是
#创建 Linux
在 Linux 中更新 cpsw Mac 端口后构建器件树的命令。
#创建 linux-dtbs
此致、
Sudheer