Copy Mechanism from boot device to SDRAM

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Copy Mechanism from boot device to SDRAM

ソリューションへジャンプ
632件の閲覧回数
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 解決策
497件の閲覧回数
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 返答(返信)
498件の閲覧回数
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 件の賞賛
497件の閲覧回数
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 件の賞賛