Boot from NAND Flash

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

Boot from NAND Flash

跳至解决方案
2,910 次查看
Ankush_9881
Contributor II

Hello All,

 I am working on the custom board of iMXRT1176. We are exploring with the NAND memory and have some query for the same.

1. As existing memory is NOR Flash and XIP is there but in case of Serial NAND Flash it is not possible! Am i right ?

2. If XIP is not possible then for Serial NAND Flash , need to copy the code from NAND flash to SDRAM and run from there. Is ROM boot is capable of doing same ?

3. If the ROM Boot is not capable , how do the same ?

Thanks in Advance

Ankush

0 项奖励
回复
1 解答
2,878 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @Ankush_9881 ,

1. Yes, NAND flash doesn't support XIP because it doesn't support random read.

2. Yes, the code in NAND flash must be read to RAM before executing. ROM bootloader is capable to do so.

3. Please see the 10.6.2 section in reference manual.

 

Regards,

Jing

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,879 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @Ankush_9881 ,

1. Yes, NAND flash doesn't support XIP because it doesn't support random read.

2. Yes, the code in NAND flash must be read to RAM before executing. ROM bootloader is capable to do so.

3. Please see the 10.6.2 section in reference manual.

 

Regards,

Jing

0 项奖励
回复