New Revision: http://blackfin.uclinux.org/doku.php?id=linux-kernel:manua
l_test
Old Revision: http://blackfin.uclinux.org/doku.php?id=linux-kernel:manua
l_test&rev=1367052521
Edit Summary: Change ip address
@@ -3,15 +3,15 @@
*Get the files: <code>
- git clone git://10.99.29.20/git/buildroot kernel
- git config submodule.testsuites.url git://10.99.29.20/buildroot_tes
t
- git config submodule.linux/linux-kernel.url git://10.99.29.20/linux
-kernel
+ git clone git://10.99.22.20/git/buildroot kernel
+ 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.
======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
- *The following commands are also useful:ssh -l test XX.XX.XX.XX;scp
test@xx.xx.xx.xx:/files ~/;scp ~/files test@xx.xx.xx.xx:~/. If you want
to refer to the previous version logs,please download the files in 10.99
.29.20/home/test/release/.
+ *The following commands are also useful:ssh -l test XX.XX.XX.XX;scp
test@xx.xx.xx.xx:/files ~/;scp ~/files test@xx.xx.xx.xx:~/. If you want
to refer to the previous version logs,please download the files in 10.99
.22.20/home/test/release/.
*You can also refer to the wiki of https://docs.blackfin.uclinux.org
/doku.php?id=linux-kernel:testing. All the build uImage scripts and test
scripes are in the file of "testsuites".
======Manual test======
**AD1836 audio driver**
*The test will need to be done on the boards of BF533-STAMP,BF537-STA
MP and BF609-EZKIT.
|