i.MX8M Mini wake on lan

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX8M Mini wake on lan

跳至解决方案
2,931 次查看
m_c
Senior Contributor I

We saw some implemenation about wake up on lan in FEC driver <fec_main.c\freescale\ethernet\net\drivers - linux-imx - i.MX Linux kernel >. But we follow instruction in <Wake on lan in mx6 sabresd board >, found can't wakeup.

1. Setup Ethernet switch or hub to make PC and EVK in the same subnet.
2. Download and install the WoL setup application from your mentioned link: https://community.nxp.com/docs/DOC-336791
3. Power on i.MX8MM EVK and make sure it gets IP address assigned, take note of both the mac and IP address.
4. Make i.MX8MM EVK enter sleep mode (echo mem > /sys/power/state)
5. Start the WoL application and send magic packet to the EVK by set destination IP and mac address to the EVK.
6. Nothing happens to the EVK, it still sleeps.

标签 (1)
0 项奖励
1 解答
2,520 次查看
igorpadykov
NXP Employee
NXP Employee

Hi m.c.

one can try to add in dts file "fsl,magic-packet" property described in

Documentation/devicetree/bindings/net/fsl-fec.txt

fsl-fec.txt\net\bindings\devicetree\Documentation - linux-imx - i.MX Linux kernel 


Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
1 回复
2,521 次查看
igorpadykov
NXP Employee
NXP Employee

Hi m.c.

one can try to add in dts file "fsl,magic-packet" property described in

Documentation/devicetree/bindings/net/fsl-fec.txt

fsl-fec.txt\net\bindings\devicetree\Documentation - linux-imx - i.MX Linux kernel 


Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励