On Thu, 6 Aug 2009 17:04:18 +0530
"Aggrwal Poonam-B10812" <poonam.aggr...@freescale.com> wrote:

> Can u point me to some reference of this, shud they be partit...@0,
> partit...@1, etc...
> I am not able to configure all the partitions successfully.

Not unless all your partitions are 1 byte long ;)

The number is the offset into the device. Here is an example partition
table from the warp:

partit...@0 {
        label = "kernel";
        reg = <0x00000000 0x00200000>;
};
partit...@200000 {
        label = "root";
        reg = <0x00200000 0x03E00000>;
};
partit...@40000000 {
        label = "persistent";
        reg = <0x04000000 0x04000000>;
};

Cheers,
   Sean
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to