|
发表于 2016-4-29 18:14:13
|
显示全部楼层
你好, 这边测了一下,
1. chromium可以打开网页,apt-get update 可以, apt-get install python-software-properties
arm-linux-gnueabihf-gcc 默认就有了
root@cubieboard2:~# arm-linux-gnueabihf-gcc -v
Using built-in specs.
COLLECT_GCC=arm-linux-gnueabihf-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.8/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --pref
Thread model: posix
gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-19ubuntu1)
root@cubieboard2:~#
问题解决排查:
1. 查看固件完整性和正确性$ md5sum linaro-desktop-cb2-20151211-emmc-hdmi-V1.0.img.7z
6e918ce310ffdf8335070835cab106fb
2. 从你cubieez-cb2-20151211-emmc-hdmi-V1.0.img.7z安装方法上 , 注意固件不能通过usb烧写。烧写方法参考这里刷机文档(Cubieboard2-20151211-EMMC Linux 刷机介绍 v1.0
): http://pan.baidu.com/s/1jGEFvBC#path=%252FModel%252FCubieBoard2%252FCubieboard2-20151211-
EMMC%252FDocs%252FLinux
你上面linaro-emmc应该也是这样装的才对。
3. 如果固件什么都没错。再确定一下你那边网络环境。 |
|