Android rootfs via NFS

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

Android rootfs via NFS

Jump to solution
1,639 Views
evgenymolchanov
Contributor III

Hello all.

I try to boot Android via TFTP & NFS.

I have successfully boot kernel and dtb via TFTP and successfully mount rootfs on NFS.

boot log in attachment.

I see that android have access to NFS root and create there directories and change permissions, but booting hangs on:

warning: `zygote' uses 32-bit capabilities (legacy support in use)                                                                                        

and after this in console I receive messages with 10 sec period

request_suspend_state: wakeup (3->0) at 29171553335 (2016-10-20 12:52:32.108244336 UTC)                                                                   
request_suspend_state: wakeup (0->0) at 37921858670 (2016-10-20 12:52:40.858550337 UTC)                                                                   
request_suspend_state: wakeup (0->0) at 46851544004 (2016-10-20 12:52:49.788235005 UTC)                                                                   
request_suspend_state: wakeup (0->0) at 55541579005 (2016-10-20 12:52:58.478270006 UTC)                                                                   

 

On display a see bootanimation. If I stop it nothing changes.

Can someone give me some hints to solve this issue?

Original Attachment has been moved to: Android-NFS-boot.txt.zip

Labels (2)
0 Kudos
1 Solution
1,099 Views
evgenymolchanov
Contributor III

Hello, you post was useful for me. I move setprop ro.nfs.mode yes from init.freescale.rc to init.rc and Android boots successfully via TFTP & NFS.

Thank you.

View solution in original post

0 Kudos
2 Replies
1,100 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi,

This could help to solve your issue:

https://community.nxp.com/thread/312538 

Regards

1,100 Views
evgenymolchanov
Contributor III

Hello, you post was useful for me. I move setprop ro.nfs.mode yes from init.freescale.rc to init.rc and Android boots successfully via TFTP & NFS.

Thank you.

0 Kudos