Part Number: TDA4VM
Hi team,
TDA4EVM and SDK 8.4 RTOs are being used.
The rgmii 3, rgmii 5 debug phy in 9G are all successful. Rgmii4 tx has no data output other than 125m output. Rgmii4 Rx can measure some data.

Turn on lwip printing:

[MCU2_0] 40.898486 s: pbuf_add_header: old a35a55f8 new a35a55e4 (20)
[MCU2_0] 40.898542 s: ip4_output_if: br4
[MCU2_0] 40.898569 s: IP header:
[MCU2_0] 40.898592 s: +-------------------------------+
[MCU2_0] 40.898646 s: | 4 | 5 | 0x00 | 336 | (v, hl, tos, len)
[MCU2_0] 40.898680 s: +-------------------------------+
[MCU2_0] 40.898737 s: | 4 |000| 0 | (id, flags, offset)
[MCU2_0] 40.898773 s: +-------------------------------+
[MCU2_0] 40.898822 s: | 255 | 17 | 0xba99 | (ttl, proto, chksum)
[MCU2_0] 40.898857 s: +-------------------------------+
[MCU2_0] 40.899040 s: | 0 | 0 | 0 | 0 | (src)
[MCU2_0] 40.899083 s: +-------------------------------+
[MCU2_0] 40.899136 s: | 255 | 255 | 255 | 255 | (dest)
[MCU2_0] 40.899167 s: +-------------------------------+
[MCU2_0] 40.899198 s: ip4_output_if: call netif->output()
[MCU2_0] 40.899251 s: pbuf_add_header: old a35a55e4 new a35a55d6 (14)
[MCU2_0] 40.899298 s: ethernet_output: sending packet a35a5500
[MCU2_0] 40.899433 s: dhcp_discover: deleting()ing
[MCU2_0] 40.899492 s: pbuf_free(a35a5500)
[MCU2_0] 40.899543 s: pbuf_free: a35a5500 has ref 1, ending here.
[MCU2_0] 40.899575 s: dhcp_discover: SELECTING
[MCU2_0] 40.899615 s: dhcp_discover(): set request timeout 32000 msecs
[MCU2_0] 40.899683 s: sys_timeout: a362fc80 abs_time=39160 handler=dhcp_fine_tmr arg=a39da4bc
[MCU2_0] 40.899742 s: sct calling h=igmp_tmr t=2 arg=a39da4c8
[MCU2_0] 40.899779 s: tcpip: igmp_tmr()
[MCU2_0] 40.899829 s: sys_timeout: a362fc00 abs_time=38760 handler=igmp_tmr arg=a39da4c8
[MCU2_0] 40.998011 s: sct calling h=igmp_tmr t=1 arg=a39da4c8
The pinmux is the original rtos configuration, printed in accordance with the DM manual as follows:
devmem2 0x00011C134
/dev/mem opened.
Memory mapped at address 0xffffb999c000.
Read at address 0x0011C134 (0xffffb999c134): 0x00010004
root@j7-evm:~# devmem2 0x00011C138
/dev/mem opened.
Memory mapped at address 0xffff8d828000.
Read at address 0x0011C138 (0xffff8d828138): 0x00010004
root@j7-evm:~# devmem2 0x00011C13c
/dev/mem opened.
Memory mapped at address 0xffffa82ad000.
Read at address 0x0011C13C (0xffffa82ad13c): 0x00010004
root@j7-evm:~# devmem2 0x00011C140
/dev/mem opened.
Memory mapped at address 0xffffa2ba0000.
Read at address 0x0011C140 (0xffffa2ba0140): 0x00010004
root@j7-evm:~#
It is found that the stack did send, but rgmii 4 TX did not have any data. Why is only rgmii 4 TX having issue? Could you help check this case? Thanks.
Best Regards,
Cherry

