Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot 2015.07.y

558 bytes added, 12:16, 19 September 2017
m
Build u-boot from sources
* IGEP AQUILA EXPANSION (BASE0033) for IGEP COM AQUILA
* IGEP SMARC EXPANSION (BASE0040) for IGEP SMARC AM335x
 
= Compiler used =
 
2015.07.y series has been compiled with gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.
 
Download compiler:
wget --no-check-certificate http://releases.linaro.org/archive/15.05/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.tar.xz
 
Install compiler:
 
sudo tar -xvf gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.tar.xz -C /opt
 
Export environment variables:
 
export PATH=/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin:$PATH
= 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] igep0033_configam335x_igep0033_defconfig
Then '''buildConfigure''' the SPL and the uU-boot imageBoot for IGEP COM AQUILA RB30 (512MB RAM) device. The result will be an ''MLO'' file and an ''u-boot.img'' file in current directory. Execute:   make CROSS_COMPILE=[your cross compiler] am335x_igep0033_RB30_defconfig
make CROSS_COMPILE=[your cross compiler]'''Configure''' U-Boot for IGEP SMARC AM335x device.
make CROSS_COMPILE= Known issues =[your cross compiler] am335x_igep0034_defconfig
* GCC 4Then '''build''' the SPL and the u-boot image.7 version should The result will be used to compile Uan ''MLO'' file and an ''u-Boot 2013.07boot.yimg'' file in current directory.Execute:
make CROSS_COMPILE= Changelog =*[http://git.isee.biz/?p=pub/scm/u-boot-arm.git;a=commit;h=081334a21abd79d000958f0337ad85afe924816e Release 2013.07-0your cross compiler] **First release for 2013.07.y series
[[Category:U-Boot]]
4,199
edits