Hi All
I have successfully compiled android source code 4.0.4 for MCIMX6Q sabre board,and i am able to boot till init function on board.But during init it is showing some error init:pid xxxx untracked and start rebooting again and again.
Can anybody please give some solution for this problem.
Please find the attached log that shows booting log as well as logs from android logcat command.
Thanks for your support in advance
With Regards
Ajai Singh
Original Attachment has been moved to: android_booting.log.zip
Ajai,
Are the mount commands in your device's init.rc file pointing to the correct storage device, which based on your log should be mmcblk0? For example, your data mount entry should look something like, "mount ext4 /dev/block/mmcblk0p7 /data ..."
Michael Robbeloth
Hi Michael
Thanks for your reply,actually issue was with the creation of partition for android .
data partition was not mounted properly.
Ajai Singh