New Revision: http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:
manual_test
Old Revision: http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:
manual_test&rev=1402543434
Edit Summary: [How to build workspace]
@@ -1,12 +1,13 @@
======How to build workspace======
*Make the dir: eg:~/workspace/src/kernel
*Get the files: <code>
git clone git://10.99.22.20/git/buildroot kernel
+ git submodule init
git config submodule.testsuites.url git://10.99.22.20/buildroot_tes
t
git config submodule.linux/linux-kernel.url git://10.99.22.20/linux
-kernel
git submodule update</code>
- *Checkout the right branch:using "git tag -l"to show all branch,"git
checkout -b XXX XXX"to change branch, "git branch"to check out the head,
and "git pull" to updata the code.The commands of "checkout ." and "git st
atus" is also useful.
+ *Checkout the right branch:using "git tag -l"to show all branch,"git
checkout -b XXX XXX"to create branch, "git branch"to show the current br
anch,and "git pull" to update the code.The commands of "git checkout ." an
d "git status" is also useful.
======How to setup toolchain======
*To build the dir /opt/uClinux/,and chmod 777 uClinux
*Borm 10.99.29.40 to get the right version to uClinux
*Before make the uImage ,you should export PATH=/opt/uClinux/bfin-
uclinux/bin:/opt/uClinux/bfin-elf/bin:/opt/uClinux/bfin-linux-uclibc/bin:$
PATH
|