Hi experts,
I need to bring up L2 switch in uboot so that i can directly ping to processor from out side, in uboot itself no need to wait until linux comes up. can any body help me how to do it ??
currently uboot version: U-Boot 2014.07
Serdes protocol: 0x69
QSGMII connected to VSC8514 phy device.
thanks,
Gourav
It is not possible to ping U-Boot from external host PC because U-Boot is not an OS, and there is no thread in background answering requests from network.
hi,
But once the uboot comes up tftp can be done through rgmii like that i want to with QSGMII..
regards,
Gourav
So simply i want to do tftp from QSGMII,
Thanks,
Gourav
QSGMII could be used only with L2 Switch - refer to the QorIQ T1040 Reference Manual, Figure 31-1. Supported SerDes Options.
The L2 switch is not supported in U-Boot.