Boot up Sequence of imx6ul board without SPL

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

Boot up Sequence of imx6ul board without SPL

1,464 次查看
surendradhobale
Contributor III

Hello,

        I am developing the custom board, I have reference of the hobbit board ( pico-imx6ul). I am trying to understand the boot sequence from the RESET of the board.

Previosly my understanding was SPL load in internal RAM and uboot will load in DDR.

But I think currrently this is not case. Can you please explain me the bootup sequence in uboot ?

Thanks,

Surendra

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

1,192 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Surendra

from processor point loading process is described in i.MX6UL Reference Manual

sect.8.7.1 Image Vector Table and Boot Data

http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6ULRM.pdf

or for example Figure 1. Typical memory layout AN4581

http://www.nxp.com/assets/documents/data/en/application-notes/AN4581.pdf 

also there are some number of uboot environments which control load process,

these are described in uboot documentation

UBootEnvVariables < DULG < DENX 

arm - Understanding Linux load address for U-Boot process - Stack Overflow 

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

0 项奖励
回复