U-boot musb gadget support

From eLinux.org
Revision as of 15:22, 9 January 2009 by Ddompe (talk | contribs) (Getting the source code)
Jump to: navigation, search

About this patch

Current Status

Next steps

Getting the source code

Checkout the git source from Beagle U-Boot git repository. Get it by:

git clone git://www.sakoman.net/git/u-boot-omap3.git
cd u-boot-omap3
git checkout --track -b omap3-dev origin/omap3-dev

Apply the patch by:

patch -p1 < musb-gadget-beagle.patch

Build (assuming Code Sourcery GCC 2007q3):

make CROSS_COMPILE=arm-none-linux-gnueabi- mrproper
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_config
make CROSS_COMPILE=arm-none-linux-gnueabi-