android 4.0.4 not able to run on mx6q-sabre-sdp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

android 4.0.4 not able to run on mx6q-sabre-sdp

856 Views
ajaisingh
Contributor II

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

Labels (2)
Tags (2)
2 Replies

539 Views
michaelrobbelot
Contributor IV

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

539 Views
ajaisingh
Contributor II

Hi Michael

        Thanks for your reply,actually issue was with the creation of partition for android .

        data partition was not mounted properly.

Ajai Singh

0 Kudos