Android for i.MX51-BBG

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

Android for i.MX51-BBG

5,976 Views
RashmiRamanna
Contributor I

Hi all,

I am porting android to i.MX51 BBG platform.

I followed i.MX_Android_R10.4_User_Guide and built the android.

But Android Gui is not starting on dvi monitor.

I am sure I am giving correct bootargs.

 

The log is as below

 

from_bootup.cap

 

Later I built the Android by using below command

make PRODUCT-imx51_BBG-eng

I am able to get Android GUI but all applications failing.
The log file is attached as eng.cap

Please can anyone tell me how can I fix it.
eng.cap

Original Attachment has been moved to: 166-from_bootup.cap

Tags (2)
0 Kudos
29 Replies

657 Views
nit123
Contributor I

Have you tried both the below bootargs?


console=ttymxc0 init=/init androidboot.console=ttymxc0 di1_primary pmem=32M,64M fbmem=5M gpu_memory=32M calibration

console=ttymxc0 init=/init androidboot.console=ttymxc0 di1_primary video=mxcdi1fb:RGB565,bpp=32 pmem=32M,64M fbmem=10M gpu_memory=32M calibration


0 Kudos

657 Views
RashmiRamanna
Contributor I

I am using gingerbread. Booting through MMC. Yes I am getting android boot logo.

After that all android applications are failing......

0 Kudos

657 Views
nit123
Contributor I

Tell me some of the below questions.

(1)You are doing it for froyo or gingerbread?

(2)you are booting through mmc or NFS?

(3)Are you getting properly android boot logo animation while booting the board.

0 Kudos

657 Views
RashmiRamanna
Contributor I

Hi Nitin,

I changed line in init.rc as below

mount rootfs rootfs / rw remount

 I changed permissions for /data .

Now too all applications failing.

Please help me out.

0 Kudos

657 Views
RashmiRamanna
Contributor I

Thank you Nitin.

My init.rc is attached.

Please tell me where is the problem.

0 Kudos

657 Views
nit123
Contributor I

i think some permission issue or some mounting partition issue is there as per your eng.cap log.

0 Kudos

657 Views
nit123
Contributor I

i just checked from_bootup.cap,in that it is keep on rebooting android zygote process and coming the below message again and again.

"AndroidRuntime START com.android.internal.os.ZygoteInit"

0 Kudos

657 Views
RashmiRamanna
Contributor I

Thanks Nitin.

whats wrong in eng.cap?

0 Kudos

657 Views
nit123
Contributor I

I think some permission issue is there thats why it is rebooting with below message.

"AndroidRuntime START com.android.internal.os.ZygoteInit"

Try to give rw permission in init.rc as below and check.

on post-fs
    # once everything is setup, no need to modify /
    mount rootfs rootfs / rw remount

or somewhere else permission is missing.

share your init.rc file once.

0 Kudos