chinatf 发表于 2013-11-21 09:14:57

固件问题报告

经过实际测试,
http://dl.cubieboard.org/software/a10-cubieboard/android/
上的某些镜像烧写到CB1中后,出现不稳定现象。

具体情况如下:
1. cubiebox_tvbox_rel2.2.img 和 cubiebox_tvbox_rel2.3.img
    /sdcard 中不能正常保存数据。当用adb push命令下载一个200M左右的文件后,再重启CB1,然后发现 /sdcard 中的文件大小改变了,或者文件消失了。

2. 用源码A10-android-4.04.tar.xz 编译出来的镜像,同样存在上述问题。经过多次测试,有时候还会导致CB1不能启动(就是屏幕显示一直停在“android”,有2个进程netd和mediaserver不断重启)。

chinatf 发表于 2013-11-21 09:16:18

发现可稳定运行的版本

本帖最后由 chinatf 于 2013-11-21 09:17 编辑

发现可稳定运行的版本
Android TV 2.2 (8188eu)
URL         http://ubuntuone.com/2uNFmAYkk3fK7eWxhongc4         
Features         
1. Supports the RTL8188EU WiFi chipset (If you have a USB WiFi dongle with the RTL8188EU chipset, select this image)         
2. With XBMC integrated (Media Centre Software)         
3. Defaults to HDMI output (Select this image if you connect your Cubieboard to an HDMI display/TV)         
Other information         
1. The source code can be found at http://github.com/cubieboard         
2. For instructions on how to download and build this Android image, please see https://github.com/cubieboard/manifests         
3. We plan no newer Android firmware releases. Anyone can now get the source code and customize it by themselves         

kgp0213 发表于 2013-12-2 13:50:07

有偿带串口通信的简单APK开发,有兴趣的留言

chinatf 发表于 2013-12-12 09:36:42

初步怀疑是编译ANDROID系统时,UBUNTU编译环境的问题。
之前用ubuntu 10.04进行编译,编译出的android系统有问题。

昨天,用ubuntu12.04编译,编译出的android系统稳定运行。

cbandroid 发表于 2013-12-12 20:10:58

chinatf 发表于 2013-12-12 09:36 static/image/common/back.gif
初步怀疑是编译ANDROID系统时,UBUNTU编译环境的问题。
之前用ubuntu 10.04进行编译,编译出的android系统 ...

用ubuntu12.04编译A10-android-4.04.tar.xz,依然存在 /sdcard 中不能正常保存数据的问题.
在/sdcard创建目录或新建文件,只要重启,/sdcard下内容就没有了!!!

chinatf 发表于 2013-12-13 16:24:11

cbandroid 发表于 2013-12-12 20:10 static/image/common/back.gif
用ubuntu12.04编译A10-android-4.04.tar.xz,依然存在 /sdcard 中不能正常保存数据的问题.
在/sdcard创建 ...

请参考这里对ubuntu编译环境的配置
http://linux-sunxi.org/Android#X_-_PREPARE_THE_ANDROID_NEEDED_TOOLS_AND_LIBS_.28FOR_12.04.29

注意gcc用4.4版本的。

cbandroid 发表于 2013-12-13 22:12:55

本帖最后由 cbandroid 于 2013-12-13 22:53 编辑

chinatf 发表于 2013-12-13 16:24 static/image/common/back.gif
请参考这里对ubuntu编译环境的配置
http://linux-sunxi.org/Android#X_-_PREPARE_THE_ANDROID_NEEDED_TOO ...
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name         Version      Description
+++-==============-==============-============================================
iigcc            4:4.6.3-1ubunt GNU C compiler
我使用的就是这个版本! 可问题依然存在!

编译cubieboard-tv-sd.tar.gz就没有可以使用的!

更改了gcc与g++版本,星期一再编译看看!

chinatf 发表于 2013-12-14 09:15:11

参考 http://docs.cubieboard.org/tutorials/cb1/installation/instruction_to_build_openbox_android_4.0.4_tb-box_system_for_cubieboard

从 Github 上下载源码
$curl https://raw.github.com/cubieboard/git-repo/stable/repo > ~/bin/repo
$chmod +x ~/bin/repo
$mkdir openbox && cd openbox
$repo init --no-repo-verify -u git://github.com/cubieboard/manifests -b cb -m openbox.xml
$repo sync

我用得就是这个源码,现在运行一直稳定。

cbandroid 发表于 2013-12-14 10:13:54

chinatf 发表于 2013-12-14 09:15 static/image/common/back.gif
参考 http://docs.cubieboard.org/tutorials/cb1/installation/instruction_to_build_openbox_android_4.0. ...

哪我们讨论的不是同一个源码的问题!
这个源码,我用4.6编译出来,也是没有问题的!
现在遇到有问题的是2.3版本的代码!
其次,经过测试不论是1.1,2.2,2.3版本,其底层代码都存在一个同样的问题---无法保存更换显示模式的参数!
但是还没有找到问题的所在!
页: [1]
查看完整版本: 固件问题报告