我试过了"RGMII""RGMII-id""RGMII-rxid"和"RGMII-txid"的所有组合 我们看到 AM3352正在接收数据包、该信息称其正在发送数据包、但这些数据包永远无法到达外部世界。 亚当 向上0True向下 admin11 个月前 TI__Guru***1913320points 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误...
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
// writel (RGMII_MODE_ENABLE | RCPII_INT_DELAY、&cpsi_RGMII、&cDEV->miisel);// writel_0_phy = r_me_phy=nels=0_interface_nels.w_mise_nels=nelsbons.w_me_nels=[rphy=0]+rphy=nelscp_bons.w_models=nels=nels_m //cpsw_slaves[1].phy_if =PHY_FINTERFA...
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
百度试题 结果1 题目RGMII接口中TX/RX数据宽度为() A. 4位 B. 8位 C. 6位 D. 2位 相关知识点: 试题来源: 解析 A 反馈 收藏
} 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 &= ...
Part Number: AM3352 Other Parts Discussed in Thread: TPS65217 Tool/software: Linux Hi, I am not using the Sitara SDK kernel but the yocto kernel version 4
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...
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.
我正在尝试使用 Marvell 88e6096、具有集成物理层的千兆交换机、与 am3352配合使用。 媒体接口 采用 RGMII MAC-PHY 配置。 我知道 AM335x MDIO 接口仅用于与标准 phy 寄存器集配合使用、因此不能将 dincini MDIO 与 cpsw 驱动程序配合使用。 到目前为止、我正在使用从 u-boot 拆裂的 GPIO...