Trying the Allwinner F1C200s

栏目: IT技术 · 发布时间: 5年前

内容简介:After the success of myprevious postregarding my business card that runs Linux on a diminuitive Allwinner F1C100s processor, I have received a ton of good mail about it. I’ve had people tell me they bought some for 61 cents (!) in moderate quantity on Taob

After the success of myprevious postregarding my business card that runs Linux on a diminuitive Allwinner F1C100s processor, I have received a ton of good mail about it. I’ve had people tell me they bought some for 61 cents (!) in moderate quantity on Taobao. Some people have asked for samples. And I’ve had a couple people inquire about freelance work based on this part.

Getting F1C200s samples

In addition to all that, Allwinner kindly reached out to me and provided some samples of the F1C200s , a close cousin of the F1C100s that doubles the in-package RAM to 64MB. They also provided a datasheet and updated reference manual—see thebelow to download a copy.

Trying the Allwinner F1C200s

The samples arrived expertly vacuum-packed on pick-and-place trays.

Booting the F1C200s

I decided to just use my business card as a testbed, since I had blank PCBs available. I’ve had some precious free time lately, so I assembled a card using one of these samples:

Trying the Allwinner F1C200s

Pardon the soldering flux. I had to fix a bridged pin.

Based on the datasheets and reference manuals, I suspected that the image I built for my business card would boot with little to no modification; all their peripherals and docs are basically identical. I flashed it with sunxi-fel , which recognized it as an F1C100s; this output is identical to that of the actual F1C100s, so there’s no way to tell which you’re flashing based on FEL mode.

$ sunxi-fel version
AWUSBFEX soc=00001663(F1C100s) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000

The card booted all the way through U-Boot into Linux, both of which detected the increased RAM automatically:

U-Boot 2019.04 (Jan 23 2020 - 17:27:09 +0000) Allwinner Technology

CPU:   Allwinner F Series (SUNIV)
Model: George Hilliard's business card
DRAM:  64 MiB
In:    serial@1c25000
Out:   serial@1c25000
Err:   serial@1c25000
Hit any key to stop autoboot:  0
linuxcard login: root
# free
              total        used        free      shared  buff/cache   available
Mem:          60472        5076       53328          12        2068       52892
Swap:             0           0           0

I now hold the dubious honor of having the only business card in the world with 64MB of RAM.

Because this part is literally a drop-in replacement for the F1C100s, the verdict is that there’s no reason not to use it in projects where you’d otherwise use the F1C100s.

Remaining Work

I’m working on getting my work upstreamed, as well as implementing support for the remaining peripherals. Most are easy because they are pretty close copies of other, already supported, peripherals on other Allwinner parts.

F1C-series parts also have a 1080P-capable hardware accelerated H.264 video decoder! Although the reference manual doesn’t contain any info about the accelerator peripheral, I think it’s likely that the accelerator is based on Allwinner’s Cedar architecture. This is based on inspection of a board support package I have for Melis, Allwinner’s proprietary RTOS. Cedar has been reverse engineered by the awesome sunxi community, so you can use Cedar peripherals with a completely open-source stack called Cedrus .

The F1C100s needs some additional work to enable its Cedar peripheral. I’ve asked Allwinner for more info about the F1C100s’s video stack, and I plan to continue working on it in the meantime as well.

All this means that you could be playing 1080P HD video on Linux on a 61-cent chip. Absolutely crazy.

Resources

Here’s some F1C200s-specific resources; thanks again to Allwinner for providing these. See also the resources section for my business card , which has things like links to my kernel and U-Boot trees.

As always, if you have question or something cool to share, send me an email . You can alsosubscribe to my blog.


以上所述就是小编给大家介绍的《Trying the Allwinner F1C200s》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

数据结构

数据结构

严蔚敏、吴伟民 / 清华大学出版社 / 2007-3-1 / 30.0

《数据结构》(C语言版)是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参数教材。 本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较。其内容和章节编排1992年4月出版的《数据结构》(第二版)基本一致,但在本书中更突出了抽象数据类型的概念。全书采用类C语言作为数据结构和算法的描述语言。 ......一起来看看 《数据结构》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试