Hi,
Android O8.0.0_1.0.0 can not boot up on iMX6dl, The boot up log looks like as following.
init: Service 'surfaceflinger' (pid 268) exited with status 1
init: Sending signal 9 to service 'surfaceflinger' (pid 268) process group...
init: kill(-268, 9) failed: No such process
init: Successfully killed process cgroup uid 1000 pid 268 in 4ms
init: Sending signal 9 to service 'zygote' (pid 252) process group...
init: Successfully killed process cgroup uid 0 pid 252 in 16ms
init: Service 'zygote' (pid 252) killed by signal 9
init: Unable to open '/sys/android_power/request_state': No such file or directory
init: Unable to write to '/sys/power/state': Invalid argument
init: Sending signal 9 to service 'audioserver' (pid 272) process group...
init: Service 'surfaceflinger' (pid 361) exited with status 1
init: Sending signal 9 to service 'surfaceflinger' (pid 361) process group...
init: kill(-361, 9) failed: No such process
....
imx2-wdt 20c0000.wdog: Device shutdown: Expect reboot!
reboot: Restarting system with command 'recovery'
imx2-wdt 20c0000.wdog: failed to assert external reset, trying with timeout
Reboot failed -- System halted
The detail log please refer to the attachment.
Is there any suggestion? Thanks for your helps.
Winbo
This issue has been solved, after remove the pfuze100 from the kernel, android 8 can be boot up now.
Hi lu winbo,
I meet same issue when porting Android8.0.our custom board. Can you give me a hint ? How to remove the pfuze100 from the kernel?
Regards,
Aravinth
I meet the same issue.Did you fix it? Could you give me some help.
Hi Winbo
one can try Demo Image from link
and recommended try to reproduce issue on Sabre reference board.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi, Igor
Thanks for your reply, I used this demo image on my board, It cannot boot up too, the log looks like the same as my own image's. and I don't have a Sabre reference board of imx6dl.
From the log, could you guess what the problem is?