000 发表于 2013-9-12 15:40:44

ahha007 发表于 2013-9-12 14:53 static/image/common/back.gif
我们一直在思考一个问题,为什么在中国CB的用户群中很少是学生,大部分的都是有工作经验的或者是行业应用 ...

你有调查过吗?我同学买板子都是为了从51单片机过度到学arm、了解下操作系统,首先淘宝 搜“arm开发板”,根本有没有cubieboard,我之前根本就没听说过cubieboard,只听别人说起过树莓派。其实学生都渴望能买一个便宜又不太落伍的开发板。最主要的,资料要齐全。买一个tiny6410/210光盘资料一应俱全、官网教程也有很多。学起来方便。
如果一个不会arm也不会linux的学生他买了cb就崩溃了。门坎太高。
你们推出199 99 9 块又怎么样?
中国和外国又不一样,多数都是大二才开始学51。arm神马的都大三才开始。
你们真觉得是因为贵所以才没有学生买??
我只说我周围的,他们买的开发板都500以上。再说一句,树莓派他们也没有几个听说过的,更不用说买来玩的。呵呵。。。

cubieplayer 发表于 2013-9-12 15:44:53

000 发表于 2013-9-12 15:40 static/image/common/back.gif
你有调查过吗?我同学买板子都是为了从51单片机过度到学arm、了解下操作系统,首先淘宝 搜“arm开发板” ...

我也觉得价格真的不是关键因素,现在大学生不比从前,以前5000块买个奔四的电脑,跟家里说学习要用,家长还不是砸锅卖铁给你买。如楼上所说,可能知名度是一个原因,不过降价本身也是提高知名度的一个渠道,还是不错的。

soloforce 发表于 2013-9-12 18:07:19

cubieplayer 发表于 2013-9-12 14:23 static/image/common/back.gif
了解,不指望开源,能把目前的库能做好就行了。我的初衷还是不希望看到价格战,还是由衷希望cb走精品路线 ...


还有另外除了A20的硬解目前无解外,A10已经可以实现完美硬解了,我再过几天会发个cbmc的镜像,已经测试成功了,cbmc是linux的xbmc,cubieboard a10专用,基于cubian。有空介绍一下怎么让linux xbmc支持硬解的呀?

matson 发表于 2013-9-12 18:16:11

本帖最后由 matson 于 2013-9-12 18:17 编辑

今天在upstream的内核上搜索了一个cubieboard关键字,发现了如下的提交

https://git.kernel.org/cgit/linu ... t=grep&q=cubieboard

Age      Commit message (Expand)      Author      Files      Lines
2 days      Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc      Linus Torvalds      69      -1082/+6486
14 days      Merge tag 'sunxi-dt-for-3.12-4' of https://github.com/mripard/linux into late/all      Olof Johansson      15      -36/+965
2013-08-21      ARM: sun7i: Add Cubieboard2 Device Tree      Maxime Ripard      2      -0/+54
2013-06-20      Merge tag 'sunxi-dt-for-3.11-2' of git://github.com/mripard/linux into next/dt      Arnd Bergmann      7      -0/+489
2013-06-15      ARM: sun4i: cubieboard: Enable the i2c controllers      Emilio López      1      -0/+12
2013-06-01      ARM: cubieboard: Enable ethernet (EMAC) support in dts      Stefan Roese      1      -0/+15
2013-04-08      Merge tag 'sunxi-dt-for-3.10-2' of git://github.com/mripard/linux into next/dt      Arnd Bergmann      6      -23/+134
2013-03-29      ARM: sunxi: cubieboard: Add UART muxing      Emilio López      1      -4/+2
2013-03-23      Merge tag 'sunxi-dt-for-3.10' of git://github.com/mripard/linux into next/dt      Arnd Bergmann      6      -5/+164
2013-03-05      sunxi: a10-cubieboard: Add user LEDs to the device tree      Emilio López      1      -0/+26
2013-02-21      Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc      Linus Torvalds      57      -780/+2746
2013-02-19      Revert "sunxi: a10-cubieboard: Add user LEDs to the device tree"      Arnd Bergmann      1      -26/+0
2013-02-18      Merge tag 'sunxi-dt-for-3.9' of https://github.com/mripard/linux into next/dt      Olof Johansson      4      -0/+77
2013-02-03      sunxi: a10-cubieboard: Add user LEDs to the device tree      Emilio López      1      -0/+26
2012-11-26      ARM: sunxi: Add missing sun4i.dtsi file      Stefan Roese      1      -0/+19
2012-11-21      Merge branch 'sunxi/soc2' into next/soc      Olof Johansson      9      -59/+186
2012-11-20      ARM: sunxi: Add sun4i and cubieboard support      Stefan Roese      4      -1/+50
2012-11-20      ARM: sunxi: Restructure sunxi dts/dtsi files      Stefan Roese      3      -56/+72

我想对于国内的开发板来说,能够有此殊荣已经很不错了。估计很少有国内开发板能够做到这样。对于学生来说确实门槛高了些,但能够玩好的,技术一定很不错了。呵呵
后续cb在3.4上基本完善后,将切到linux主线。

soloforce 发表于 2013-9-12 18:39:03

soloforce 发表于 2013-9-12 18:07 static/image/common/back.gif
有空介绍一下怎么让linux xbmc支持硬解的呀?

有阵子没上wiki了,是参考这个文档吗?
http://linux-sunxi.org/XBMC

cubieplayer 发表于 2013-9-12 19:04:21

soloforce 发表于 2013-9-12 18:07 static/image/common/back.gif
有空介绍一下怎么让linux xbmc支持硬解的呀?

linux-sunxi wiki有啊,就是在Linux下用android的库

cubieplayer 发表于 2013-9-12 19:04:39

soloforce 发表于 2013-9-12 18:39 static/image/common/back.gif
有阵子没上wiki了,是参考这个文档吗?
http://linux-sunxi.org/XBMC

是的

soloforce 发表于 2013-9-12 19:20:29

thanks, 感谢cubieplayer的贡献!

yarshure 发表于 2013-9-12 20:06:46

什么时候出千M的板子才?

ahha007 发表于 2013-9-12 20:19:06

yarshure 发表于 2013-9-12 20:06 static/image/common/back.gif
什么时候出千M的板子才?

很快了,准备量产了。
页: 1 2 3 [4] 5 6 7 8 9 10
查看完整版本: cubieboard执行第一轮降价