I set the boot device to NOR(EIM), but it dose not start.

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

I set the boot device to NOR(EIM), but it dose not start.

跳至解决方案
1,109 次查看
tamotsu
Contributor IV

This is a custom board using iMX7D.

I set BOOT_MODE to 0b10 and BOOT_CFG[15:0] to 0b0101010000111111, but when I turn on the power, /CE of NOR flash remains ay LOW level.

Thank you.

0 项奖励
回复
1 解答
1,059 次查看
tamotsu
Contributor IV

The BOOT_CFG resistor is pulled up to NVCC_3V3, but since NVCC_3V3 goes HI after POR_B goes HI, it is likely that the CFG information was not loaded into the ROM.

By changing the pull-up power supply of the BOOT_CFG resistor, the pull-up resistor of NOR (EIM)'s CE, and VDD to another power supply, we were able to confirm access to the CE of NOR (EIM) from the ROM. The cause is probably that the current of the NVCC_3V3 power supply was too large.

Best regards.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,093 次查看
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @tamotsu,

I hope you are doing well.

Please make sure that the boot image is correct & flashed succesfully.

Chip selects in EIM are active low.

Thanks & Regards,
Dhruvit Vasavada

0 项奖励
回复
1,088 次查看
tamotsu
Contributor IV

Thank you Dhruvit.

I referred to SABRE's circuit diagram, but I also found that EIM's CS did not have pull-up register, so I added 10K registers.

But the result was the same.

How many seconds dose it take for the ROM to read BOOT_MD and BOOT_CFG after the MPU's POR_B start up?

It takes 3.3 mSec for BOOT_CFG start up after MPU POR_B start up.

Best regards.

0 项奖励
回复
1,060 次查看
tamotsu
Contributor IV

The BOOT_CFG resistor is pulled up to NVCC_3V3, but since NVCC_3V3 goes HI after POR_B goes HI, it is likely that the CFG information was not loaded into the ROM.

By changing the pull-up power supply of the BOOT_CFG resistor, the pull-up resistor of NOR (EIM)'s CE, and VDD to another power supply, we were able to confirm access to the CE of NOR (EIM) from the ROM. The cause is probably that the current of the NVCC_3V3 power supply was too large.

Best regards.

0 项奖励
回复