Telechips TCC89XX 上的 Android 移植:无法启动 init 进程
我已经开始在TCC89XX板上移植Android,我下载了Android SDK。并应用内核2.6.29的补丁,处理器具有armv6指令集。
我无法看到网络 ifconfig 无法显示网络设备。
另外,我不明白为什么 system/bin、system/xbin、init.rc 和 init.goldfish.rc 中没有“on”二进制文件。
我无法启动受精卵进程。 create_socket 抛出错误。
如果有人知道这一点,请告诉我需要正确做什么或向我指出一些正确的网址,这将很有帮助,
谢谢 苏曼
I have started to port Android on TCC89XX board, I download Android SDK. and applied the patch with kernel 2.6.29, the Processor is having armv6 instruction set.
I am not able to see the network up ifconfig is not able to show the network devices.
Also I do not get why there is no "on" binary in the system/bin, system/xbin, the init.rc and init.goldfish.rc.
I cannot get the zygote process up. create_socket throws error.
If any one knows about this, please tell what i need to do correctly or point me to some correct URL's which will be help full
thanks
Suman
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你说 android sdk 时,你是指 telechips android bsp 还是你使用的是 linux bsp?据我所知,linux 中没有“on”二进制文件,您是否尝试过 -a 和 ifconfig 作为处于关闭状态的设备不会使用默认 ifconfig 显示, -a 是显示全部。
when you say android sdk do you mean telechips android bsp or are you using the linux bsp? There is no "on" binary in linux that I'm aware of, have you tried -a with ifconfig as a device that is in a down state will not show with default ifconfig , the -a is show all.