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:
Here I have annotated this table with likely mappings:
Code:
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.
_________________
![]()
![]()
![]()
![]()
![]()
![]()
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.
_________________





