LetuxOS U-Boot

Build

You are looking at an old revision of the page Build. This revision was created by Neil Brown.

Table of Content

How to build U-Boot from Source

Details

Get sources by:

git clone git://git.goldelico.com/gta04-uboot.git
cd gta04-uboot
git checkout gta04e

Build:

export ARCH=arm
make omap3_beaglehyb_config
make

The result will be the file boot/u-boot.bin. Copy this file to the FAT partition of your SD card.

To build for the sister-platforms use

make omap3_beagle_config
make omap3_gta04_config
make omap4_panda_config
make omap4_pandahyb_config