Use Serial NAND Flash with i.MX RT1170

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Use Serial NAND Flash with i.MX RT1170

ソリューションへジャンプ
1,406件の閲覧回数
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,384件の閲覧回数
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,361件の閲覧回数
Bedair
Contributor II

@jay_heng thanks for your answer.

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

0 件の賞賛
返信
1,354件の閲覧回数
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,385件の閲覧回数
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.