Difference between revisions of "U-boot musb gadget support"
From eLinux.org
(→=) |
|||
| Line 1: | Line 1: | ||
| − | + | === About this patch === | |
| + | |||
| + | === Current Status === | ||
| + | |||
| + | === Next steps === | ||
| + | |||
| + | === Getting the source code === | ||
| + | |||
| + | Checkout the git source from [http://www.sakoman.net/cgi-bin/gitweb.cgi?p=u-boot-omap3.git;a=summary 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- | ||
Revision as of 22:21, 9 January 2009
Contents |
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-