I.MX23 Boot from SD

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

I.MX23 Boot from SD

跳至解决方案
1,632 次查看
johnsullivan
Contributor I

Hello, I'm developing a board using the I.MX23 and I want to boot from an SD Card. Do I need to write anything to the OTP memory to do this?

I am confused about the default behavior of the SD_POWER_GATE_GPIO and SD_POWER_UP_DELAY. Do most SD card require a power up delay? Or would I be fine without it? This board is for my own education so it does not need to be very robust.

标签 (1)
标记 (2)
0 项奖励
1 解答
1,357 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

在原帖中查看解决方案

0 项奖励
6 回复数
1,358 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 项奖励
1,357 次查看
igorpadykov
NXP Employee
NXP Employee

Hi john

two OTP bit fields in HW_OCOTP_ROM0 should be burned for SD boot:

1. SD_MBR_BOOT

2. SD_POWER_GATE_GPIO

Bitburner can be used during development.

IMX_OTP_TOOLS : A set of tools for managing OTP bits on the i.MX23 and i.MX28.

Contains BitBurner.exe, the otp_burner.py and BitInit.exe.

Best regards

igor

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

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

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

0 项奖励
1,357 次查看
johnsullivan
Contributor I

Is it required that I burn any values? It would be much simpler if I don't have to write anything to the OTP memory.

0 项奖励
1,357 次查看
igorpadykov
NXP Employee
NXP Employee

for OTP values please read Reference Manual.

Unfortunately it would not be simpler for you without

write anything to the OTP memory

0 项奖励
1,357 次查看
johnsullivan
Contributor I

Okay, how exactly do I write to the OTP memory? Can I use the debug UART or USB? I haven't been able to find this in the documentation.

0 项奖励
1,357 次查看
igorpadykov
NXP Employee
NXP Employee

Bitburner can be used to write to the OTP memory

IMX_OTP_TOOLS : A set of tools for managing OTP bits on the i.MX23 and i.MX28.

Contains BitBurner.exe, the otp_burner.py and BitInit.exe.

Best regards

igor

0 项奖励