I want to create a Debian image which can use
- HDMI output
- USB hub
- “/dev/mali0”
Now I am trying to
- build linux kernel used for AOSP
-
android-hikey-linaro-4.19
in kernel/hikey-linaro - Git at Google
-
- Combine Debian rootfs created by linaro
I successfully boot the image with EFI but have the following problems
- cannot finish the job
Getty on ttyAM6
[ TIME ] Timed out waiting for device dev-ttyAMA6.device. [DEPEND] Dependency failed for Serial Getty on ttyAMA6. [ TIME ] Timed out waiting for device sys-subsystem-net-devices-wlan0.device. [DEPEND] Dependency failed for ifup for wlan0.
- Then, I cannot log in the shell via a serial console…
Any suggestion to archive my goal or does anyone have an idea to solve the problem?
To build linux kernel, I almost follow AOSP instruction:
https://source.android.com/setup/build/devices#960kernel
The exceptions are:
- User branch
android-hikey-linaro-4.19
- Enable
CONFIG_DEVTMPFS
- Enable
FRAMEBUFFER_CONSOLE
All the initialization log is attached here.
https://gist.github.com/nomaddo/3fd4aba0f390c0cb840a41dce0551e90
Thanks.