Copy Mechanism from boot device to SDRAM

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

Copy Mechanism from boot device to SDRAM

跳至解决方案
803 次查看
ko-hey
Senior Contributor II

Hi all

I'm developing a board with i.MX6SoloLite and I have a question about start-up sequence.

I want to know a copy mechanism to SDRAM from boot device such as SD card etc.

During start-up sequence, U-boot that is got from boot device will be copied to SDRAM.

However, I think that their file formats are different.

How it can be copied ?

Is there any description about the copy mechanism ?

Best Regards,

ko-hey

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
668 次查看
Yuri
NXP Employee
NXP Employee

The system boot up sequence is as following :

  1. ROM code copy 4K byte data (include IVT and DCD table) from
    boot device to OCRAM.
  2. Init the DDR base on the DCD table settings.
  3. Load the u-boot form boot device and copy it to DDR.
  4. Jump to DDR to executes the u-boot.

So, for proper boot the U-boot image should contain the IVT and DCD.

Have a great day,
Yuri

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

在原帖中查看解决方案

0 项奖励
回复
2 回复数
669 次查看
Yuri
NXP Employee
NXP Employee

The system boot up sequence is as following :

  1. ROM code copy 4K byte data (include IVT and DCD table) from
    boot device to OCRAM.
  2. Init the DDR base on the DCD table settings.
  3. Load the u-boot form boot device and copy it to DDR.
  4. Jump to DDR to executes the u-boot.

So, for proper boot the U-boot image should contain the IVT and DCD.

Have a great day,
Yuri

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

0 项奖励
回复
668 次查看
ko-hey
Senior Contributor II

Hi Yuri

Thank you for your reply.

I'll share your answer to my team and if I have additional question, I'll ask you.

Ko-hey

0 项奖励
回复