Hi all,
i have to partition my 256MiB nand flash into three as kernel, rootfs and storage. i tried to do it with linux but nothing happened. then, i tried it with kernel command line with LTIB in "Package List / using MDDR at bootstream";
noinitrd console=ttyAM0,115200 mtdparts=gpmi-nfc.0:32m(kernel),150m(rootfs),-(storage) root=/dev/mtdblock1 rootfstype=ubifs rw gpmi
Unfortunately, i failed again.please reply,
Regards,
Sinan
Thank you for your suggestions. I used ubi volumes, they seems good.
Regards,
Sinan
I think you'll have to add partition information for NAND in the board file in arch/arm/mach-mx28/mx28evk.c . As an example, you can see how it's done in arch/arm/mach-mx5/mx53_evk.c (mxc_nand_data, nand_flash_partitions,etc...).
Vladan