wakeup by magic packet on i.MX287

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

wakeup by magic packet on i.MX287

622 次查看
PavelNakonechny
Contributor I

I've tried to get following to work on my iMX28 EVK board:

* FECs setup to sleep and wait for magic packet: ECR(SLEEP)=1 && ECR(MAGIC_EN)=1

* system goes to "suspend to RAM"

* magic packet arrives from another board (link is up in such configuration)

* system wakes up

 

But this doesn't work for me. :(

 

Wakeup by UART activity or any external GPIO works fine...

 

May be I do something wrong or not enough?

标签 (1)
0 项奖励
1 回复

485 次查看
PavelNakonechny
Contributor I

Ohh.. works fine. :)

 

I forgot to unmask corresponding MAC event: HW_ENET_MAC_EIMR(WAKEUP)=1 (but there is no info about it in reference manual).

0 项奖励