matson 发表于 2013-11-2 17:48:00

u-boot for cubietruck update

发现linux-sunxi上最新的u-boot内存显示是错误的,如果大家需要用到,请用这份

http://github.com/cubieboard/u-boot-sunxi
切到cubie/sunxi分支

如果自己不想编译,可以用

http://dl.cubieboard.org/software/a20-cubietruck/lubuntu/ct-lubuntu-card0-v1.00/u-boot-sunxi-with-spl-ct-20131102.bin

matson 发表于 2013-11-2 17:49:51

补充一下,上面的卡固件还没有传玩,勿试

tll 发表于 2013-11-8 07:02:10

问下,u-boot的nand怎么弄?怎么上传?

tll 发表于 2013-11-8 15:04:10

CbOS已经支持2G内存了!root@cubieboard:~# free
             total       used       free   shared    buffers   cached
Mem:       1868452   140088    1728364          0       5916      69076
-/+ buffers/cache:      65096    1803356
Swap:            0          0          0
root@cubieboard:~# free -h
             total       used       free   shared    buffers   cached
Mem:          1.8G       136M       1.6G         0B       5.8M      67M
-/+ buffers/cache:      63M       1.7G
Swap:         0B         0B         0B
root@cubieboard:~#
顺便说下,wifi也好了!

soloforce 发表于 2013-11-8 15:48:01

tll 发表于 2013-11-8 15:04 static/image/common/back.gif
CbOS已经支持2G内存了!顺便说下,wifi也好了!

ct的蓝牙搞定没?

tll 发表于 2013-11-8 15:54:53

soloforce 发表于 2013-11-8 15:48 static/image/common/back.gif
ct的蓝牙搞定没?

ct蓝牙?驱动又不是我做的,我也没在linux下用过蓝牙,不懂这玩意

ashwing 发表于 2013-11-8 22:21:49

我刚编译了这个UBOOT 发现不能引导TF卡上的内核
Hit any key to stop autoboot:0
** Unrecognized filesystem type **
** File not found boot/uEnv.txt **
** File not found uEnv.txt **
** File not found /script.bin **
** Unrecognized filesystem type **
** File not found /script.bin **

ashwing 发表于 2013-11-8 22:49:36

换回社区U-BOOT SUNXI3.4分支 就对了

matson 发表于 2013-11-11 10:22:11

tll 发表于 2013-11-8 15:54 static/image/common/back.gif
ct蓝牙?驱动又不是我做的,我也没在linux下用过蓝牙,不懂这玩意

ct上的蓝牙前端时间调试过,uart是通了,但是firmware没有用对,所以还没有用起来。蓝牙在linux上还需要一些时间

ashwing 发表于 2013-11-11 10:25:55

matson 发表于 2013-11-11 10:22 static/image/common/back.gif
ct上的蓝牙前端时间调试过,uart是通了,但是firmware没有用对,所以还没有用起来。蓝牙在linux上还需要 ...

请看下我的问题如果说我自己下的代码没配置EXT4 那么我下载你提供的这个UBOOT 也是同样问题。。。

很困惑 暂时还在用1G的 UBOOT
页: [1] 2
查看完整版本: u-boot for cubietruck update