Boot up Sequence of imx6ul board without SPL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Boot up Sequence of imx6ul board without SPL

1,013 Views
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

Labels (1)
0 Kudos
Reply
1 Reply

741 Views
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 Kudos
Reply