New Revision: http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:
pc_ubuntu_setup
Old Revision: http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:
pc_ubuntu_setup&rev=1402994362
Edit Summary: fftw installation
@@ -14,10 +14,10 @@
uuid-dev genromfs samba xz-utils intltool ethtool wakeonlan **</xterm>Pa
ckage mpg123 is for audio test. Package uuid-dev is for host-e2fsprogs. Pa
ckage genromfs is for xip test. Package intltool is for linphone test. Pac
kage wakeonlan is for ethernet wakeup test. Install vim-nox is for tool vi
mdiff. Install default-jdk is for openjdk-6-jdk.
*How to install funkload <xterm>**$ apt-get install python-setuptool
s python-webunit python-docutils gnuplot
$ sudo easy_install -U funkload **</xterm>
*PC set up for audio testing:
- *Install following package we need.<xterm>**$ apt-get install libs
ndfile1-dev plotutils gnuplot libfftw3-dev**</xterm>
- *In ubuntu 12.04, it can not work with our snd2fftw, so install ol
der version of fftw. We use fftw-3.1.2.tar.gz. <xterm>**$ tar -xf fftw-3.1
.2.tar.gz
+ *Install following package we need.<xterm>**$ apt-get install libs
ndfile1-dev plotutils gnuplot**</xterm>
+ *In ubuntu 12.04, libfftw3-dev can not work with our snd2fftw, so
install older version of fftw. We use fftw-3.1.2.tar.gz. <xterm>**$ tar -x
f fftw-3.1.2.tar.gz
$ ./configure --prefix=/usr --enable-shared=yes
$ sudo make install**</xterm> Then build snd2fftw in uclinux-dist/testsu
ites/audio/snd2fftw/src, install it to host PC.
*Minicom setup:
*Type in command "sudo minicom -s", choose “Serial port se
tup”, set “Serial Device” to /dev/ttyS0, set Bps/Par/Bits" to 57600 8N1 and “Hardware Flow Control to No.
|