iMX8M: Copy from eMMC to TCML

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

iMX8M: Copy from eMMC to TCML

1,338 次查看
bharatkumarbach
Contributor III

I understand from the documentation that Boot ROM initially loads 4K region starting from 0x8400 in eMMC to TCML and starts executing the code. I am writing a boot loader which exceeds 4K size. 

Is there any possibility that I can make Boot ROM copy remaining code?

Or should I include eMMC driver in the first 4K region and make it fetch remaining code for me?

Thanks,

Bharat 

标签 (1)
标记 (3)
0 项奖励
回复
1 回复

1,166 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Bharat

boot ROM uses ivt for loading custom application as described in

Figure 6-18. Image Vector Table i.MX8MDQ Reference Manual
https://www.nxp.com/docs/en/reference-manual/IMX8MDQLQRM.pdf

In general yes, recommended way is to implement eMMC custom

driver in small OCRAM region and make it fetch remaining code for custom application.

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

0 项奖励
回复