Difference between revisions of "U-Boot 2015.07.y"
From IGEP - ISEE Wiki
m (Created page with '__TOC__ '''under construction''' = Introduction = This article is for '''specific 2015.07.y U-Boot branch''' serie.<br> It is interesting read The bootloader U-Boot article …') |
m (→Introduction) |
||
Line 7: | Line 7: | ||
On this 2015.07.y version, supported IGEP Processor Boards are: | On this 2015.07.y version, supported IGEP Processor Boards are: | ||
− | * IGEP COM AQUILA (IGEP0033) | + | * IGEP COM AQUILA 256 MB RAM (IGEP0033-RB11) |
+ | * IGEP COM AQUILA 512 MB RAM (IGEP0033-RB30) | ||
+ | * IGEP SMARC AM335x Lite | ||
+ | * IGEP SMARC AM335x | ||
The currently supported IGEP Expansion Boards are as follows: | The currently supported IGEP Expansion Boards are as follows: | ||
− | * IGEP AQUILA EXPANSION (BASE0033) | + | * IGEP AQUILA EXPANSION (BASE0033) for IGEP COM AQUILA |
+ | * IGEP SMARC EXPANSION (BASE0040) for IGEP SMARC AM335x | ||
= Build u-boot from sources = | = Build u-boot from sources = |
Revision as of 11:16, 24 November 2016
under construction
Introduction
This article is for specific 2015.07.y U-Boot branch serie.
It is interesting read The bootloader U-Boot article previously.
On this 2015.07.y version, supported IGEP Processor Boards are:
- IGEP COM AQUILA 256 MB RAM (IGEP0033-RB11)
- IGEP COM AQUILA 512 MB RAM (IGEP0033-RB30)
- IGEP SMARC AM335x Lite
- IGEP SMARC AM335x
The currently supported IGEP Expansion Boards are as follows:
- IGEP AQUILA EXPANSION (BASE0033) for IGEP COM AQUILA
- IGEP SMARC EXPANSION (BASE0040) for IGEP SMARC AM335x
Build u-boot from sources
Download the latest stable version from ISEE GIT Repository
git clone -b u-boot-2015.07.y git://git.isee.biz/pub/scm/u-boot-arm.git cd u-boot-arm/
Also, it could download from GIT Repositories (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)
Configure U-Boot for IGEP COM AQUILA device.
make CROSS_COMPILE=[your cross compiler] igep0033_config
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:
make CROSS_COMPILE=[your cross compiler]
Known issues
- GCC 4.7 version should be used to compile U-Boot 2013.07.y.
Changelog
- Release 2013.07-0
- First release for 2013.07.y series