Always boot from SD

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

Always boot from SD

2,100 次查看
joseluiszabalza
Contributor II

Hello

 I have a custom board with iMX6ULL with switches for boot configuration.

The problem is that the board always boot from SD and never from NAND no matter the switch positions.

The NAND-Flash can be written from u-boot and Linux.

I checked the tracks configuring the pad as GPIO, so the routing is correct.

The fuses are not burning

root@imx6ull:~# cat /sys/fsl_otp/HW_OCOTP_CFG4
0x0
root@imx6ull:~# cat /sys/fsl_otp/HW_OCOTP_CFG5
0x0

Is there any explanation for this behavior?

标签 (2)
2 回复数

1,964 次查看
Yuri
NXP Employee
NXP Employee

Hello,

 

   On the "BootMode.png" figure only BOOT_CFG[1] is shown / used.

Hardware Development Guide for the i.MX 6ULL, Rev. 0, 08/2016 recommends:

"The BOOT_CFG signals are required for proper functionality and operation and

should not be left floating".

https://www.nxp.com/docs/en/user-guide/IMX6ULLHDG.pdf 

 

  Customers can run the DDR Stress tool, which shows at start real boot configuration.

https://community.nxp.com/docs/DOC-105652 

Have a great day,

Yuri

 

------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer

button. Thank you!

0 项奖励
回复

1,964 次查看
joseluiszabalza
Contributor II

Thanks Yuri.

The DDR Stress Test Tool tell me that the boot config is ok.

The problem was a bad flashed u-boot and the board go into SD/MMC manufacture mode.

You can see 8.12 SD/MMC manufacture mode in Reference Manual.

Best regards