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=1427856871
Edit Summary: [How to setup toolchain]
@@ -7,12 +7,12 @@
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 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
+ *To create the dir /opt/uClinux/ by command 'mkdir -p /opt/uClinux',
and run 'chmod 777 uClinux' to give all permissions.
+ *Log on to regression machine (for example 10.99.29.60) to get the t
oolchain in usage from its /opt/uClinux folder.
*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
.22.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 reference the previous release 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.
|