Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot 2015.04.y

85 bytes added, 10:08, 27 May 2016
no edit summary
Also, it could download from GIT Repositories ([http://git.isee.biz/ http://git.isee.biz/]) and test the last unstable version at your own risk (see "''U-Boot Mainline Series''" chapter in [[The bootloader U-Boot]])<br>
'''Configure''' U-Boot for IGEP SMARC iMX6 device.(select quad -> imx6q or dual lite -> imx6dlor solo -> imx6s)
<pre>make CROSS_COMPILE=[your cross compiler] mx6q_igep0046_defconfig
or
make CROSS_COMPILE=[your cross compiler] mx6dl_igep0046_defconfigormake CROSS_COMPILE=[your cross compiler] mx6s_igep0046_defconfig</pre>
Then '''build''' the SPL and the u-boot image. The result will be an ''MLO'' file and an ''u-boot.img'' file in current directory. Execute:
0
edits