Difference between revisions of "Allwinner A1X"

From eLinux.org
Jump to: navigation, search
(A10s)
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
This page is a overview of A1x family chips.
 
This page is a overview of A1x family chips.
 +
 +
== Resources ==
 +
 +
* [http://linux-sunxi.org Sunxi wiki]
  
 
== A10 ==
 
== A10 ==
  
The Allwinner A10 CPU has been developed in, and is sold in, the People's Republic of China. Its mass-volume price is around $7, yet it is a 400-pin highly feature-rich 1.5ghz ARM Cortex A8 with a MALI400 GPU.  It has the distinction of having the highest bang-per-buck ratio of any SoC available at the time of writing, by quite a margin.  Its price and features is causing massive disruption of the tablet market in China (a minor recession was caused by widespread cancellation of prior committments to other SoCs!), as every factory in Shenzen scrambles to compete with hundreds of other factories for the same end-user market: tablets(see [[A10_tablets]]) and PVRs.
+
The Allwinner A10 CPU has been developed in, and is sold in, the People's Republic of China. It's a 400-pin highly feature-rich 1.5ghz ARM Cortex A8 with a MALI400 GPU.  It has the distinction of having the highest bang-per-buck ratio of any SoC available at the time of writing, by quite a margin.  Its price and features is causing massive disruption of the tablet market in China (a minor recession was caused by widespread cancellation of prior committments to other SoCs!), as every factory in Shenzen scrambles to compete with hundreds of other factories for the same end-user market: tablets (see [[A10_tablets]]) and PVRs (see [[A10_boards]]).
 
 
For comparison: TI has brought out a new $5 ARM Cortex A8, but it is limited to 500mhz and it is extra cost for the version with a PowerVR 3D GPU.  Ingenic's jz4770 is about $7 in mass-volume but it is a 1ghz MIPS with a Vivante GC600 3D GPU.  Details are harder to get hold of regarding the jz4770, but its interfaces are known not as feature-rich as the Allwinner (no HDMI output for example).  AMLogic's Cortex A9 is $13 in mass-volume, but is limited to 800mhz and a maximum of 512mb of RAM.
 
  
 
=== Features ===
 
=== Features ===
Line 26: Line 28:
 
Unsurprisingly, this CPU has been chosen as the first CPU for an [[Embedded_Open_Modular_Architecture/PCMCIA]] CPU module by [http://rhombus-tech.net/ Rhombus Tech].  The critical decisive factor however was the immediate support of Allwinner's Board of Directors for releasing full GPL Source Code, to help the RHT Initiative to foster better relations and closer ties with Free Software Developers.
 
Unsurprisingly, this CPU has been chosen as the first CPU for an [[Embedded_Open_Modular_Architecture/PCMCIA]] CPU module by [http://rhombus-tech.net/ Rhombus Tech].  The critical decisive factor however was the immediate support of Allwinner's Board of Directors for releasing full GPL Source Code, to help the RHT Initiative to foster better relations and closer ties with Free Software Developers.
  
=== GPL Kernel Source Code ===
+
=== Pinouts and Functions ===
 +
 
 +
A complete list of pinouts and their functions is available at this page: [http://rhombus-tech.net/allwinner_a10/pinouts/ pinouts].  Also a KICAD library part is available in the rhombus-tech EOMA git repository at: [http://git.rhombus-tech.net/eoma]
 +
 +
 
 +
== A10s ==
 +
 
 +
The A10s lies between A10 and A13 devices in price and features, offering HDMI and Ethernet MAC but no SATA.  See [https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A10S-PDFs/A10s%20datasheet%20V1.20_.pdf?raw=true A10S datasheet] for more information.
 +
 
 +
== A13 ==
 +
A13 is currently the cheapest variant of A10, lacking HDMI, SATA and Ethernet.  See [https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A13-PDFs/A13%20data%20sheet%20.pdf?raw=true A13 datasheet] for more information.
 +
 
 +
[[Category:Allwinner A1X]]
  
The GPL Linux kernel source code download location and build instructions are available at this page: [http://rhombus-tech.net/allwinner_a10/kernel_compile/ kernel_compile].  Discussions or questions please use the arm-netbooks@lists.phcomp.co.uk mailing list (registration required at http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook)
+
[[Category:Processors]]
 +
[[Category:ARM_processors]]

Latest revision as of 23:04, 25 June 2013

This page is a overview of A1x family chips.

Resources

A10

The Allwinner A10 CPU has been developed in, and is sold in, the People's Republic of China. It's a 400-pin highly feature-rich 1.5ghz ARM Cortex A8 with a MALI400 GPU. It has the distinction of having the highest bang-per-buck ratio of any SoC available at the time of writing, by quite a margin. Its price and features is causing massive disruption of the tablet market in China (a minor recession was caused by widespread cancellation of prior committments to other SoCs!), as every factory in Shenzen scrambles to compete with hundreds of other factories for the same end-user market: tablets (see A10_tablets) and PVRs (see A10_boards).

Features

Features of the Allwinner A10 include:

  • 1.5ghz Cortex A8 ARM Core
  • MALI400MP OpenGL ES 2.0 GPU
  • 2160p Hardware-accelerated Video playback (4x the resolution of 1080p)
  • up to 1gb of DDR3 (800mhz) RAM
  • a NAND Flash Controller that is capable of 8-way concurrent DMA (8 NAND ICs) as well as supporting up to 500mhz DDR2 RAM
  • 4 SDIO interfaces (SD 3.0, UHI class)
  • USB 2.0 Host as well as a 2nd USB-OTG Interface (USB-OTG can be reconfigured as USB 2.0 Host, automatically)
  • 24-pin RGB/TTL as well as simultaneous HDMI out
  • SATA-II 3gb/sec
  • 10/100 Ethernet (MII compatible)
  • a 2nd 24-pin RGB/TTL interface that is multiplexed (shared) on the same pins for a standard IDE (PATA) interface.
  • GPIO, I2C, PWM, Keyboard Matrix (8x8), built-in Resistive Touchscreen Controller, and much more.

Unsurprisingly, this CPU has been chosen as the first CPU for an Embedded_Open_Modular_Architecture/PCMCIA CPU module by Rhombus Tech. The critical decisive factor however was the immediate support of Allwinner's Board of Directors for releasing full GPL Source Code, to help the RHT Initiative to foster better relations and closer ties with Free Software Developers.

Pinouts and Functions

A complete list of pinouts and their functions is available at this page: pinouts. Also a KICAD library part is available in the rhombus-tech EOMA git repository at: [1]


A10s

The A10s lies between A10 and A13 devices in price and features, offering HDMI and Ethernet MAC but no SATA. See A10S datasheet for more information.

A13

A13 is currently the cheapest variant of A10, lacking HDMI, SATA and Ethernet. See A13 datasheet for more information.