Difference between revisions of "U-boot musb gadget support"

From eLinux.org
Jump to: navigation, search
(Getting the source code)
Line 15: Line 15:
 
Apply the patch by:
 
Apply the patch by:
  
patch -p1 < musb-gadget-beagle.patch
+
patch -p1 < musb-gadget-beagle.patch
  
 
Build (assuming Code Sourcery GCC 2007q3):
 
Build (assuming Code Sourcery GCC 2007q3):

Revision as of 15:22, 9 January 2009

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-