How to change NAND partitions in i.MX6UL EVK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to change NAND partitions in i.MX6UL EVK

跳至解决方案
1,954 次查看
keshavakumarb
Contributor I

I am using NAND as a boot media in i.MX6UL evk. I want to change the partitions and partition size of the NAND. When I did some exploration on this, found that partitions are defined in "include/configs/mx6ul_14x14_evk.h" file, CONFIG_MFG_NAND_PARTITION .

If I want to change the partitions, whether changing CONFIG_MFG_NAND_PARTITION is sufficient?

Ex :

      #define CONFIG_MFG_NAND_PARTITION "mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),50m(rootfs), -(data) "

I am using MFG tool for flashing purpose. I will place generated u-boot.imx in "Firmware" folder of MFG tool.

Please confirm my understanding. :smileyhappy:

0 项奖励
回复
1 解答
1,786 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Keshava

I think this is correct and should be sufficient for changing the partitions.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,787 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Keshava

I think this is correct and should be sufficient for changing the partitions.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
1,786 次查看
keshavakumarb
Contributor I

Thank you for confirmation. I acknowledge that it works. :smileyhappy:

0 项奖励
回复