where to find u-boot source and config on imx6ull or imx6ul

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

where to find u-boot source and config on imx6ull or imx6ul

1,606 Views
hyoungkikim
Contributor III

hello  experts


i designed a new board based on imx6ull but  tried to boot from spi or qspi1
and i am new to u-boot and  can barely change some codes but not enough to change boot-config

i download the  mfg-tools (L4.9.11_1.0.0)  
 there are many u-boots on the same board (  mfg-tools/profiles/linux/osfirmware  )
such as u-boot-imx6ull14x14evk_  nand , qspi1, sd  ( and i successfully flahsed and booted from qspi1 by that file)

i download u-boot source code from CodeAurora 
but in configs-folder there aren't those configs
where could i get those configs especially  qspi1_config

and is it possible to boot from spi nor flash on imx6ull board
is there u-boot config ? or how could i make spi-boot u-boot image


thank you everyone

0 Kudos
1 Reply

1,501 Views
shivanipatel
Senior Contributor II

Hi, hyoungkikim

You can download the u-boot source from uboot-imx - i.MX U-Boot  link in which you can find the "mx6ull_14x14_evk_qspi1_defconfig" config.

You can also download the u-boot source using the yocto build system as NXP use the yocto project envi ronment for the i.MX boards. 

Please download the L4.9.11_1.0.0 document as shown below from i.MX Software and Development Tools | NXP  link.

morty.png

In this BSP documentation, you will find the "i.MX_Yocto_Project_User's_Guide.pdf" which guides you how to build/setup the source/image for i.MX board.

After completing the setup, you can find the u-boot source in "<build_directory>/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx/2017.03-r0/git" path.

And there are different uboot configs files given in this source. 

Hope, this will help you.

Let us know if have any concern.

Regards,

Shivani

0 Kudos