Hi ,
I got the Freescale Android BSP code as mentioned in "Android Users Guide.pdf" for 5.1.1 and followed the below steps for building binary for SD Card booting
$ cd ~/myandroid
$ source build/envsetup.sh
$ lunch sabresd_6dq-user
$ make BUILD_TARGET_DEVICE=sd 2>&1 | tee build-log.txt
Got all binaries build and followed the below steps to burn the images on SD card.
copied this script file to myfolder location
$ cd ~/myandroid/
$ cp ./device/fsl/common/tools/fsl-sdcard-partition.sh ~/myfolder
$ sudo chmod +x fsl-sdcard-partition.sh
copied u-boot-imx6q.imx, recovery-imx6q.img , boot-imx6q.img and system.img from out/target/product/sabresd_6dq/ to ~/myfolder
Flashed the binaries to SD Card using
$ sudo ./fsl-sdcard-partition.sh -f imx6q /dev/sdb
Once flashing on SD card is done . I tried booting the SABRE-SD board from SD3 boot.
u-boot and kernel are booting fine but at the time when Android RFS starts I m getting "init: untracked pid 2348 exited" which kills basic zygote and other stuffs. So I m not getting Android Up & running.
Would like to know any other steps I m missing here.
Regards
Fasil
Original Attachment has been moved to: lollipop_logs.txt.zip