Hello all,
I have beaglebone board and use Android-2.3.4 OS. I want to boot from nfs. But I got some problems, android couldn't boot. With same file system(rootfs.tar.bz) on SD Card there is no problem. But on nfs boot I got below error messages;
[ 43.012807] OMAPLFBManualSync Not Supported
[ 43.026371] request_suspend_state: wakeup (3->0) at 43017463925 (2000-01-01 00:00:42.942438132 UTC)
[ 43.039748] init: untracked pid 68 exited
[ 54.061160] request_suspend_state: wakeup (0->0) at 54052253925 (2000-01-01 00:00:53.977227174 UTC)
[ 54.074582] init: untracked pid 224 exited
[ 54.152841] OMAPLFBManualSync Not Supported
[ 63.148829] request_suspend_state: wakeup (0->0) at 63139920885 (2000-01-01 00:01:03.064894800 UTC)
[ 63.161318] init: untracked pid 276 exited
[ 63.242831] OMAPLFBManualSync Not Supported
[ 71.949248] request_suspend_state: wakeup (0->0) at 71940340427 (2000-01-01 00:01:11.865313551 UTC)
[ 71.961604] init: untracked pid 324 exited
[ 72.042852] OMAPLFBManualSync Not Supported
[ 80.746847] request_suspend_state: wakeup (0->0) at 80737939845 (2000-01-01 00:01:20.662913302 UTC)
[ 80.760390] init: untracked pid 374 exited
Last lines of output;
[ 1.594829] CPSW phy found : id is : 0x7c0f1
[ 1.601653] PHY 0:01 not found
[ 3.589610] PHY: 0:00 - Link is Up - 100/Full
[ 3.618934] Sending DHCP requests ., OK
[ 3.639397] IP-Config: Got DHCP answer from 0.0.0.0, my address is 122.122.122.82
[ 3.647750] IP-Config: Complete:
[ 3.651154] device=eth0, addr=122.122.122.82, mask=255.255.255.0, gw=122.122.122.5,
[ 3.659346] host=122.122.122.82, domain=, nis-domain=(none),
[ 3.665697] bootserver=0.0.0.0, rootserver=122.122.122.140, rootpath=
[ 4.158997] VFS: Mounted root (nfs filesystem) on device 0:12.
[ 4.165419] Freeing init memory: 212K
[ 5.496171] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 5.627783] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 7.867740] adb_open
# [ 8.651534] warning: `dhcpcd' uses 32-bit capabilities (legacy support in use)
[ 9.106669] gadget: Gadget Zero, version: Cinco de Mayo 2008
[ 9.112753] gadget: zero ready
[ 9.116054] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 9.121617] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
[ 9.130096] hub 2-0:1.0: USB hub found
[ 9.134362] hub 2-0:1.0: 1 port detected
[ 9.142623] android_usb: already disabled
[ 9.147160] adb_bind_config
[ 36.319932] request_suspend_state: wakeup (3->0) at 36311003716 (2000-01-01 00:00:36.228926006 UTC)
[ 36.332805] init: untracked pid 68 exited
[ 36.412812] OMAPLFBManualSync Not Supported
[ 45.358521] request_suspend_state: wakeup (0->0) at 45349591882 (2000-01-01 00:00:45.267512631 UTC)
[ 45.371880] init: untracked pid 196 exited
[ 45.452834] OMAPLFBManualSync Not Supported
[ 54.507083] request_suspend_state: wakeup (0->0) at 54498155801 (2000-01-01 00:00:54.416077758 UTC)
[ 54.519613] init: untracked pid 246 exited
[ 54.602840] OMAPLFBManualSync Not Supported
[ 63.496444] request_suspend_state: wakeup (0->0) at 63487514510 (2000-01-01 00:01:03.405436467 UTC)
[ 63.508677] init: untracked pid 293 exited
[ 63.593419] OMAPLFBManualSync Not Supported
[ 72.252541] request_suspend_state: wakeup (0->0) at 72243611220 (2000-01-01 00:01:12.161533052 UTC)
[ 72.264901] init: untracked pid 343 exited
So thanks
Mehmet