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?