Flash device partition physical memory mapping

Started by vinifr, September 17, 2012, 08:16:25 PM

Previous topic - Next topic

vinifr

Hello,

Someone know which the memory mapping of a13-OLinuXino?

vinifr

Hi,

In boot the uboot show:

CPU:   SUNXI Family
Board: A13-EVB
DRAM:  512 MiB
NAND:  3800 MiB
In:    serial
Out:   serial
Err:   serial
--------fastboot partitions--------
-total partitions:9-
-name-        -start-       -size-     
bootloader  : 100000        1000000     
env         : 1100000       200000     
boot        : 1300000       2000000     
system      : 3300000       10000000 -> kernel linux ??   
data        : 13300000      20000000 -> file system ??   
misc        : 33300000      100000     
recovery    : 33400000      2000000     
cache       : 35400000      10000000   
UDISK       : 45400000      a8400000


Would be system=linux and data=file system?

PeeJay

Boot = kernel + initramfs
System = Android system files + programs
Data = user data

vinifr

Ok, thanks.

My goal is to keep the UBoot temporarily, and overwrite android, instaling the linux. Then I erase all.

PeeJay

I'm running uboot+Linux from an sd card, with the pre-installed uboot+android left as is.