Hi, I am using the freescale embeded linux on a I.MX6. I am trying to wake the system by I2C.
I have used the following instructions to enter in wait/sleep mode:
echo mem > /sys/power/state
echo standby > /sys/power/state
I have been looking in the I.MX Linux manual but it seems that the only way to wake up the system is by UART, USB, ethernet, CAN, GPIO. Could it be that I.MX Linux doesnt support wake on I2C?
Any information or advice will be very grateful.
Thanks Hernán.