Use Serial NAND Flash with i.MX RT1170

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

Use Serial NAND Flash with i.MX RT1170

跳至解决方案
1,399 次查看
Bedair
Contributor II

We are currently building a custom board with i.MX RT1172 Microcontroller, and a QSPI NAND flash connected via FlexSPI, we what to know :

- How the BootROM copy the code from the External NAND Flash to the Internal RAM.

- How to flash our code to the External Flash.

- How to guide the BootROM to copy the code to internal RAM (External Flash Configuration) ?

标记 (1)
0 项奖励
回复
1 解答
1,377 次查看
jay_heng
NXP Employee
NXP Employee

You can try MCUBootUtility tool to flash image in SPI NAND and boot. MCUBootUtility can prepare anything boot headers BootROM needed for your bare image.

BootROM takes use of boot headers to know image info and then copy them to RAM and jump into it.

在原帖中查看解决方案

3 回复数
1,354 次查看
Bedair
Contributor II

@jay_heng thanks for your answer.

 Is there any doc about using MCUBootUtilite with Custom board ?!

0 项奖励
回复
1,347 次查看
jay_heng
NXP Employee
NXP Employee

MCUBootUtility can be used for any board, not only NXP EVK.

You just need to set correct param in Boot Device Configuration of tool.

0 项奖励
回复
1,378 次查看
jay_heng
NXP Employee
NXP Employee

You can try MCUBootUtility tool to flash image in SPI NAND and boot. MCUBootUtility can prepare anything boot headers BootROM needed for your bare image.

BootROM takes use of boot headers to know image info and then copy them to RAM and jump into it.