-
Notifications
You must be signed in to change notification settings - Fork 8
Home
asoharev edited this page Jul 1, 2016
·
28 revisions
Welcome to the u-boot wiki!
Git clone this repository to get the latest Gumstix updates in u-boot. We are up to date with the mainline u-boot - v2015.04
git clone [email protected]:gumstix/u-boot.git
Following steps will let you manually compile U-Boot.
First you have to set the configuration for your Gumstix board:
For Overo
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- omap3_overo_config
For Duovero
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- duovero_config
For Pepper
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- pepper_config
Now we can build the u-boot and MLO binaries
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- all -j4
You can find the default values of U-Boot environment variables in the header file of the board: