Well the packaing of the two chips is very different.
Maxime, you seem to have access to a few R8 chip boards? Can you look at
the sid, specifically the 3rd word should be interesting. It is used to
differentiate between the various sun5i flavors right now, something like:
switch (SUN5I_SID_ID_GET(readl((ulong)SUNXI_SID_BASE + 0x8))) {
case 0: puts("CPU: Allwinner A12 (SUN5I)\n"); break;
case 3: puts("CPU: Allwinner A13 (SUN5I)\n"); break;
case 7: puts("CPU: Allwinner A10s (SUN5I)\n"); break;
default: puts("CPU: Allwinner A1X (SUN5I)\n");
On 17-06-16 09:08, Maxime Ripard wrote:
On Thu, Jun 16, 2016 at 11:10:30PM -0700, TsvetanUsunov wrote:
CHIP is open source hardware, so you can see ther github
repo https://github.com/NextThingCo/CHIP-Hardware
Alpha version for the kickstarter is with R8, version 1.0 which they
shipped is with A13 and separate DDR and Flash
Techically, the SoC on the !Alpha is still labelled as R8.
Maxime
--
You received this message because you are subscribed to the Google Groups
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.