robherring / generic_device

A generic android device repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flo does not boot android

montvid opened this issue · comments

After compiling, flashing the kernel and android here I get past the google logo while booting and the startup stops while a cursor is blinking in the top left corner in a black screen. What might be the problem and the solution? How can I help to debug the problem?

Okay so I can build the kernel from @johnstultz-work https://git.linaro.org/people/john.stultz/flo.git/log/?h=flo-WIP and it works with https://postmarketos.org/ - Alpine Linux boots and a graphic shell weston loads on the screen!
So it might be a problem in @robherring android build?

After testing I found out that the flo-WIP kernel has problems with freedreno locking up so it is not possible to use Wayland or X11. Switching to https://git.linaro.org/people/john.stultz/flo.git/log/?h=flo-v4.11 fixed freedreno. Will check later if it is possible to run Android with it.