Hope the following helps.
1.
https://community.freescale.com/message/237117#237117
2.
MX28 Linux just creates boot area partition and general use partition.
The size of boot area partition is hard code in source code.
You can create partitions in general use partition which command line parameter "mtdparts",
or you create ubi volume in ucl.xml when you mfg to program NAND.
<CMD type="push" body="$ ubimkvol /dev/ubi0 -n 0 -N rootfs0 -s 256MiB">Creating UBI volumes</CMD>
<CMD type="push" body="$ ubimkvol /dev/ubi0 -n 1 -N data -m">Creating UBI volumes</CMD>
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Could any body please update to the above thread as early as possible