Hi All,
I am porting marshmallow on DB410c board.
i followed this link,
https://github.com/Linaro/documentation/wiki/DragonBoard%E2%84%A2-410c-RPB-AOSP-Build-Source-16.03
Download the firmware blobs:
mkdir android/
cd android/
mkdir -p vendor/db410c
cd vendor/db410c
wget http://developer.qualcomm.com/download/db410c/firmware-410c-1.2.0.bin
sh firmware-410c-1.2.0.bin
cd -
Build the image:
repo init -u platform/manifest - Git at Google -b android-6.0.1_r16
cd .repo
git clone https://github.com/96boards/android_manifest -b android-6.0-db410c local_manifests
cd -
repo sync -j8
source build/envsetup.sh
lunch db410c-userdebug
make droidcore -j8
cd out/target/product/db410c
Build is completed. i flashed the images to the board.
android text is displayed on the screen, screen got strucked.
Kernel is booting fine.(version is 4.4)
but system image has the issues.
I am always getting
init: Service ‘zygote’ is being killed…
[ 1134.808898] init: Service ‘zygote’ (pid 11014) killed by signal 9
[ 1134.808942] init: Service ‘zygote’ (pid 11014) killing any children in process group
t
[ 1134.831319] init: Service ‘media’ is being killed…
[ 1134.839706] init: Service ‘netd’ is being killed…
[ 1134.845154] init: Untracked pid 11184 killed by signal 9
[ 1134.849147] init: Service ‘netd’ (pid 11012) killed by signal 9
[ 1134.854389] init: Service ‘netd’ (pid 11012) killing any children in process group
[ 1134.860672] init: Service ‘media’ (pid 11013) killed by signal 9
[ 1134.867661] init: Service ‘media’ (pid 11013) killing any children in process group
The above logs are continuing in the loops