Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG, AM2432
Hi all TI experts,
I'm currently working on configuring our custom board featuring the AM2431, aiming to link the AM2431's RGMII interface with an external PHY, specifically an Ethernet switch IC (Realtek: RTL8363NB-V). Through my research, I've come across suggestions that largely align with the SDK documentation provided:
I've successfully tested the SDK example code "Enet Layer 2 CPSW Example" on the LP-AM243x board. My intention is to replicate this logic for our custom board.
So, based on my understanding of the documentation, I plan to create the necessary driver .c
and .h
files. Additionally, I'll enable the custom board item as illustrated in the documentation snippet below:
[Snippet of enabling custom board item]
Am I on the right track with this approach, or is there anything crucial that I might be overlooking?
Could you provide me more guidance on how to accomplish this task on my custom board?
Best regards,
Larry