Hi Igor,
Thanks for your response.
I checked the "Serial Flash A1 size" in "Table 8-27. QuadSPI Configuration Parameters".
I think I will apply the changed Serial Flash Size if I apply the below 2 items.
Is this right?
1) Modify Serial Flash Configuration File
- change qspi-nor-micron-n25q256a-config to qspi-nor-micron-n25q512a-config
- modified contents
. 4000000 /*sflash_A1_size=size in byte(hex) : 64MB = 512Mb = 0x0400.0000 */
. 0 /*sflash_A2_size=size in byte(hex)*/
. 4000000 /*sflash_B1_size=size in byte(hex) : 64MB = 512Mb = 0x0400.0000 */
. 0 /*sflash_B2_size=size in byte(hex)*/
- change cfg.ini in MFGTool
. [variable]
norconfig=qspi-nor-micron-n25q512a-config
2) Change Partition
- change Partition in Linux boot command line or u-boot environment like as below,
mtdparts=21e4000.qspi:1m(uboot),8m(kernel),1m(dtb),-(user)
Best Regards,
Eric.