imx28 create partition

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

imx28 create partition

1,432件の閲覧回数
wenmintang
Contributor I

My older board have 512M nor flash, and 2 MTD Partition as fllow:

0x000000000000-0x000001400000 : "gpmi-nfc-0-boot"  // linux_ivt_boot

0x000001400000-0x000020000000 : "gpmi-nfc-general-use"  // jffs2 file system


Now I want to change 2G flash ,and want to make 3 MTD partition:

0x000000000000-0x000001400000 : "gpmi-nfc-0-boot" //linux_ivt_boot

0x000001400000-0x000020000000 : "gpmi-nfc-general-use" //jffs2 file system

0x000020000000-xxxxx : "gpmi-nfc-general-date" //ubi file system

How can I do?

0 件の賞賛
返信
1 返信

1,199件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

The partition is hardcoded in gpmi-nfc-mil.c.

You may need to modify the gpmi-nfc-mil.c.

Re: i.mx28 nand boot

Or for ubi file system, you can refer this for the ubi commands:

Re: How to setup or change partitions of NAND?

0 件の賞賛
返信