Hi all, I am now porting the Android JB to our customize board using IMX6Q, but it's stop here:
snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:00:01 UTC (1)
Freeing init memory: 240K
init: no such service 'bootanim'
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
UV
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: HDMI is not ready!
asoc: can't open platform imx-hdmi-soc-audio.0
warning: `zygote' uses 32-bit capabilities (legacy support in use)
request_suspend_state: wakeup (3->0) at 64456929342 (1970-01-02 00:00:02.115283333 UTC)
eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=1:00, irq=-1)
ADDRCONF(NETDEV_UP): eth0: link is not ready
acc_open
acc_release
ehci_fsl_bus_resume begins, DR
mtp_open
request_suspend_state: sleep (0->3) at 78490105010 (1970-01-02 00:00:16.148458668 UTC)
UV
UV
US 921600
I have try with uart or rtc wakeup, but the it still sleep:
echo enabled > /sys/devices/platform/imx-uart.2/tty/ttymxc2/power/wakeup
echo +3 > /sys/class/rtc/rtc0/wakealarm
So, how can I wakeup my Android JB?
Thanks
Hi, chen
Can you measure the PMIC_STBY_REQ pin on the board, better to monitor it from RUN mode->Sleep->wakeup, the level should be low->high->low. If it is high when it is not waking up, that means system still in sleep mode, the wakeup source on your board did NOT work. Please measure this signal first.
Hi chen,
I wonder if your problem have solved. If not, which version android BSP are you using? And what have you modified? From the information you gave, it's hard to detect where the problem is?
Best Regards
Dan