imx25 NF_BOOT_WITH_RESET signal

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

imx25 NF_BOOT_WITH_RESET signal

跳至解决方案
631 次查看
ernstzberg
Contributor I

As i'm using a nand flash to boot and it requests a reset command before any read/write command.

My question is how to control the NF_BOOT_WITH_RESET signal? Should I use a pin at boot? Should I use a bit of the fusebox?

标签 (1)
0 项奖励
1 解答
526 次查看
Yuri
NXP Employee
NXP Employee

  The i.MX25 external (direct) boot is affected by the (RESET -0xFF) issue,

which means - no reset  command (0xFF) is issued before boot.

In this case, please use internal boot, when the i.MX25 internal bootloader

issues the NAND reset command (0xFF) as first command after power up during NAND

boot.

   Also note, ONFI NANDs have a timeout behavior : even if it hasn't received the

0xFF reset command, after timeout it will also be ready for access. 

So, power up delay between NAND is powered on and IMX25 starts NAND access may

be used as a workaround.

In the same time the i.MX25 internal (ROM) bootloader issues the NAND reset

command (0xFF) as first command after power up during NAND boot.

This means only internal boot mode of the i.MX25 should be used.


Have a great day,
Yuri

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

在原帖中查看解决方案

0 项奖励
1 回复
527 次查看
Yuri
NXP Employee
NXP Employee

  The i.MX25 external (direct) boot is affected by the (RESET -0xFF) issue,

which means - no reset  command (0xFF) is issued before boot.

In this case, please use internal boot, when the i.MX25 internal bootloader

issues the NAND reset command (0xFF) as first command after power up during NAND

boot.

   Also note, ONFI NANDs have a timeout behavior : even if it hasn't received the

0xFF reset command, after timeout it will also be ready for access. 

So, power up delay between NAND is powered on and IMX25 starts NAND access may

be used as a workaround.

In the same time the i.MX25 internal (ROM) bootloader issues the NAND reset

command (0xFF) as first command after power up during NAND boot.

This means only internal boot mode of the i.MX25 should be used.


Have a great day,
Yuri

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

0 项奖励