Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot 2015.07.y

109 bytes removed, 12:16, 19 September 2017
m
Build u-boot from sources
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>
<br>
'''Configure''' U-Boot for IGEP COM AQUILA RB11 (256MB RAM) device.
make CROSS_COMPILE=[your cross compiler] am335x_igep0033_defconfig
'''Configure''' U-Boot for IGEP COM AQUILA RB30 (512MB RAM) device.
make CROSS_COMPILE=[your cross compiler] am335x_igep0033_RB30_defconfig
'''Configure''' U-Boot for IGEP SMARC AM335x Lite device.
make CROSS_COMPILE=[your cross compiler] am335x_igep0034_defconfig
 
'''Configure''' U-Boot for IGEP SMARC AM335x device.
 
make CROSS_COMPILE=[your cross compiler] am335x_igep0034_lite_defconfig
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:
4,199
edits