Quantcast
Channel: Cemetech
Viewing all articles
Browse latest Browse all 75370

Electronics/Hardware Development :: RE: Flash A13 Android Dev Board NAND

$
0
0
Author: KermMartian
Posted: 03 Feb 2013 02:55:43 am (GMT -5)

How many partitions do you have on the board? You asked on IRC about the partitions, and I see you wrote this:

'As in, /dev/block/nanda = bootloader, /dev/block/nadab = env? "


Code:
/dev/block/nanda     bootloader
/dev/block/nandc     boot
/dev/block/nandg     recovery


Here I have annotated this table with likely mappings:


Code:
-name-        -start-       -size-     
bootloader  : 100000        1000000      nanda
env         : 1100000       200000      nandb
boot        : 1300000       2000000      nandc
system      : 3300000       10000000    nandd
data        : 13300000      20000000    nande
misc        : 33300000      100000      nandf
recovery    : 33400000      2000000      nandg
cache       : 35400000      10000000    nandh
UDISK       : 45400000      a8400000    nandi

Notice that the nandX's in order match the three you listed. It is highly probably that the partitions are lettered in physical layout order.
_________________




Viewing all articles
Browse latest Browse all 75370

Trending Articles