android nfs boot problem
Any one, who use NFS boot android?
I set the configs:
- bootargs=console=ttyS0,115200n8 root=/dev/nfs nfsroot=10.126.34.43:/mydroid/myfs
- /rootfs,nolock mem=256M noinitrd androidboot.console=ttyS0 ip=10.126.34.158:10.1
- 26.34.43:10.126.34.1:255.255.255.0:devkit8000:eth0:offinit=/init rw
复制代码but I can't boot into the UI, and the kernel is ok.
from logcat
- 417 I/EthernetMonitor( 2632): go poll events
- 418 I/ethernet( 2632): Poll events from ethernet devices
- 419 W/dalvikvm( 2632): threadid=47: thread exiting with uncaught exception (group=0x4001b188)
- 420 E/AndroidRuntime( 2632): Uncaught handler: thread ConnectivityThread exiting due to uncaught exception
- 421 E/AndroidRuntime( 2632): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
复制代码any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
权限 权限 我靠 搞定
I don't know what does this wold 'awesomeness' mean?
you are very awesomeness
I will try to pull the File system form the board, and put it into the NFS server, then do NFS boot
What about your system now?
yes, I also think the problem caused by the file system
Thanks a lot
我知道,思想不要太死
你的rootfs里面的网络需要设置,我说的是这个意思
你的boot里面的ip是没问题了
但是进入fs以后,网络貌似就不应该由你的bootloader来管理了吧?
我没用 system.img
就是把编译出来的 /root/* /system 这两个东西 直接放在NFS的root文件夹下面用
搞了好几天了 还是没弄好
是不是system.img里面的网络需要配置一下呢?