I've heard rumors that the quad-core CPU of the Actions ATM7029 might not be an ARM Cortex A9 as claimed.
It could be an ARM Cortex A5, perhaps modified and improved...
What does this mean?
Well, the A5 is more energy efficient, but also older and slower per core and per clock (A9: 2.50 DMIPS, A5: 1.57 DMIPS).
Therefore, applications that don't take full advantage of all CPU cores might actually run faster on a real A9 dual core.
How can we find out if it is an A5 or A9?
Benchmarks should be able to tell. Also, if you have an ATM7029 based tablet, take a good file manager (doesn't even require root) and open the file /proc/cpuinfo.
Or from a terminal, you can run the command "cat /proc/cpuinfo" to display the contents of the file.
Here's what it looks like on an Amlogic AML8726-MX (dual-core Cortex A9):
The "CPU part" number identifies the CPU type. The ARM Cortex CPUs should have 0xC0? with "?" being the type number, e.g. 9 for an A9 or f (hexadecimal) for an A15.
The ATM7029 supposedly reports 0xc05, thus an A5.
Can anyone here with a Hero II confirm or deny this?
It could be an ARM Cortex A5, perhaps modified and improved...
What does this mean?
Well, the A5 is more energy efficient, but also older and slower per core and per clock (A9: 2.50 DMIPS, A5: 1.57 DMIPS).
Therefore, applications that don't take full advantage of all CPU cores might actually run faster on a real A9 dual core.
How can we find out if it is an A5 or A9?
Benchmarks should be able to tell. Also, if you have an ATM7029 based tablet, take a good file manager (doesn't even require root) and open the file /proc/cpuinfo.
Or from a terminal, you can run the command "cat /proc/cpuinfo" to display the contents of the file.
Here's what it looks like on an Amlogic AML8726-MX (dual-core Cortex A9):
Code:
Processor : ARMv7 Processor rev 0 (v7l)<br />
processor : 0<br />
BogoMIPS : 2627.08<br />
<br />
processor : 1<br />
BogoMIPS : 2627.08<br />
<br />
Features : swp half thumb fastmult vfp edsp neon vfpv3<br />
CPU implementer : 0x41<br />
CPU architecture: 7<br />
CPU variant : 0x3<br />
CPU part : 0xc09<br />
CPU revision : 0<br />
<br />
Hardware : Amlogic Meson6 g06 customer platform<br />
Revision : 0020<br />
Serial : 000000000000000c<br />
The ATM7029 supposedly reports 0xc05, thus an A5.
Can anyone here with a Hero II confirm or deny this?