how to read uboot source code from preloaded imx6ultralite evaluation board microSD card (which have bootable Linux image in it)

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

how to read uboot source code from preloaded imx6ultralite evaluation board microSD card (which have bootable Linux image in it)

1,452 Views
abdulraoof_numa
Contributor I

how to read uboot source code from preloaded imx6ultralite evaluation board microSD card (which have bootable Linux image in it)

0 Kudos
4 Replies

1,095 Views
Yuri
NXP Employee
NXP Employee

Hello,

 

  U-boot source codes are located in git repository.

For example, for the recent Linux BSP, customers can refer to Chapter 3 (Porting U-Boot)

in "i.MX_BSP_Porting_Guide.pdf".

https://www.nxp.com/webapp/Download?colCode=L4.9.88_2.0.0_LINUX_DOCS&Parent_nodeId=13376994810717061... 

 

Have a great day,

Yuri

 

------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer

button. Thank you!

0 Kudos

1,095 Views
abdulraoof_numa
Contributor I

Hello Yuri

Thanks fort he link ..can we download directly the source code for u boot and kernel

and I got this link to get u boot source code from nxp website

https://source.codeaurora.org/external/imx/uboot-imx/

and new to linux system please reply or if you have uboot and kernel source code send me .

Thanks

Reagrds

Abdul

0 Kudos

1,095 Views
Yuri
NXP Employee
NXP Employee

Hello,

Download source by cloning with:


$ git clone https://source.codeaurora.org/external/imx/uboot-imx -b imx_v2017.03_4.9.51_imx8_beta2

$ git clone https://source.codeaurora.org/external/imx/linux-imx -b imx_4.9.88_2.0.0_ga

Regards,

Yuri.

0 Kudos

1,095 Views
abdulraoof_numa
Contributor I

Hallo

Thanks …can you tell me a way to measure time execution from start to load kernel for source code u boot in IDE (eclipse) .

0 Kudos