[参考译文] AM3352:RGMII2链接到 Marvell 88E6071 admin Guru***1913320points Other Parts Discussed in Thread:AM3352 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-grou...
We have a LS1046A rev1.1 custom board which has RGMII1 connected to a Marvell PHY (88e1512). The RGMII phy works fine as long as i don't enable MARVELL phy driver . When we enable MARVELL phy driver, ping fails. It looks like the problem is at RX side. If I ping my workstation...
{offset (GPMC_A1)、mode (2)| RXACTIVE}、/*(V14) GPMC_A1.rgmii2_rctl */ {offset (GPMC_A2)、mode (2)}、 /*(U14) GPMC_A2.rgmii2_td3 */ {offset (GPMC_A3)、mode (2)}、 /*(T14) GPMC_A3.rgmii2_td2 */ {offset (GPMC_A4)、mode (2)}、 /*(...
RGMII Timing Basics # The RGMII interface is the physical connection between the Ethernet PHY and the Ethernet MAC. If you are using the Ethernet FMC , the PHY is the Marvell 88E151x , and the Ethernet MAC is inside the FPGA. The RGMII interface is a dua
Part Number: AM3352 Dear champs, My customer is trying to make RGMII2 working in the U-boot but could not succeed to get response when they tried to ping.
} else if (phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID) { temp &= ~MII_M1111_TX_DELAY; temp |= MII_M1111_RX_DELAY; temp &= ~MII_M1111_RGMII_TX_DELAY; temp |= MII_M1111_RGMII_RX_DELAY; } else if (phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID) { temp &= ...
//phy_id = <&davinci_mdio>, <0x10>; fixed-link = <0 1 1000 0 0>; phy-mode = "rgmii-txid";}; &mac { slaves = <1>; pinctrl-names = "default"; //pinctrl-names = "default", "sleep"; pinctrl-0 = <&cpsw_default>; status = "okay";}; /*&davinci_mdio { pinctrl-names...
I have set up a design with two TSE MAC's and trying to send data from the first MAC to the second MAC. But somehow the data gets corrupted on the first TSE MAC and doesn't appear as it should be on the FIFO_RX interface. The data th...
我正在尝试使用 Marvell 88e6096、具有集成物理层的千兆交换机、与 am3352配合使用。 媒体接口 采用 RGMII MAC-PHY 配置。 我知道 AM335x MDIO 接口仅用于与标准 phy 寄存器集配合使用、因此不能将 dincini MDIO 与 cpsw 驱动程序配合使用。 到目前为止、我正在使用从 u-boot 拆裂的...
我试过了"RGMII""RGMII-id""RGMII-rxid"和"RGMII-txid"的所有组合 我们看到 AM3352正在接收数据包、该信息称其正在发送数据包、但这些数据包永远无法到达外部世界。 亚当 向上0True向下 admin1 年多前 TI__Guru***1969805points 请注意,本文内容源自机器翻译,可能存在语法或其它翻译...