Home Access source code

Source Code

E-mail Print PDF
User Rating: / 6
PoorBest 

All software for Gumstix COMs is freely available and open source. Gumstix also makes available the complete build system used to generate our release images and package repository.

Linux Kernel

The most up-to-date kernel source for the Overo in this tree:

$ git clone http://www.sakoman.com/git/linux-omap-2.6

Currently, users are recommended to use the omap3-2.6.35 branch

Please submit problem reports and patches via the Gumstix mailing list.

x-load

The x-load git repository is available at:

$ git clone http://gitorious.org/x-loader/x-loader.git

Please submit problem reports and patches via the x-loader mailing list.

u-boot

The u-boot repository is available at:

$ git clone git://git.denx.de/u-boot.git

Problem reports and patches should be submitted via the u-boot mailing list:

OpenEmbedded

Gumstix uses the OpenEmbedded build system. While it is certainly possible to use other methods to build the boot loaders, kernel, and root file systems, we've found OpenEmbedded to be an attractive solution.

The OpenEmbedded "metadata" is stored in a large git repository.

$ git clone http://git.gitorious.org/gumstix-oe/mainline.git

Note: Overo support is located in the "overo" branch

After cloning the OpenEmbedded repository use the following command to work with the overo branch

$ git checkout --track -b overo origin/overo

Please submit problem reports and patches via the Gumstix mailing list.