Hi,
I'm trying to enable Wake-On-LAN feature in i.MX8 platform. The Yocto sumo BSP is based on the Linux kernel 4.14.62.
Currently, I have enabled the Wake-On-LAN with the magic packet on the i.MX8 platform.
I'm using Ubuntu PC with "etherwake" utility for sending the magic packet.
I have followed the below procedure:
Am I missing anything? Could anyone help me to confirm, whether i.MX8 with 4.14.62 kernel have Wake-On-LAN feature supported?
The on-chip Ethernet controller of i.MX8 supports magic packet detection and Wake-on-LAN feature. However, official myfedloan this feature is not implemented correctly in the current version of the i.MX8 Linux BSP.
Sebastian Jones, I couldn't find any BSP information in the provided link.
Hello,
Actually, the on-chip Ethernet controller of i.MX8 supports magic packet detection and Wake-on-LAN feature. However, this feature is not implemented correctly in the current version of the i.MX8 Linux BSP. Regards
Thank you Bio_TICFSL for the confirmation.
May I know whether 4.14.98 GA have support for Wake-On-LAN? Is there any roadmap available to confirm which BSP will get the support for Wake-On-LAN feature?
Thank you karan gajjar for the link.
I have already enabled the "fsl,magic-packet" in my device tree.
Is there any way to confirm the magic packets are receiving by the i.MX8 platform? Something similar to Wireshark to trace the magic packet (initially without suspend, to confirm the packet reception).
TIA,
Ajith P V
Hi ajithpv,
Have you checked that MAGICEN bit is set in ENET_ECR register? You should see WAKEUP bit set in ENET_EIR register once a magic packet has been detected.
Regards,
Karan Gajjar