Nand partition in I.MX28

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Nand partition in I.MX28

883件の閲覧回数
srinivasanshanm
Contributor III

Dear I.MX Community

How to create mtd partitions on nand in I.MX28 ?

The default partitions mtd0, mtd1 exists, I want to create mtd2

Please let me know how to create the same

Thanks in advance,

ラベル(2)
0 件の賞賛
返信
2 返答(返信)

654件の閲覧回数
Yuri
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

654件の閲覧回数
srinivasanshanm
Contributor III

Could any body please update to the above thread as early as possible

0 件の賞賛
返信