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=1423721060
Edit Summary: install cifs-utils
@@ -6,9 +6,9 @@
*Set the root password as "blackfin":<xterm>**$ sudo passwd root**</
xterm>
*Use apt-get install to install the following packages through DHCP
allocated ipaddress. <xterm>**$ sudo apt-get install vim-nox openssh-serve
r expect default-jdk minicom ckermit gawk \
git-core g++ bison flex gettext texinfo libncurses5-dev subversion m
eld \
rsh-client mpg123 python-setuptools python-dev netperf tftpd-hpa \
- uuid-dev genromfs samba xz-utils intltool ethtool libtool wakeonlan **</
xterm>Package mpg123 is for audio test. Package uuid-dev is for host-e2fsp
rogs. Package genromfs is for xip test. Package intltool is for linphone t
est. Package wakeonlan is for ethernet wakeup test. Install vim-nox is for
tool vimdiff. Install default-jdk is for openjdk-6-jdk
+ uuid-dev genromfs samba cifs-utils xz-utils intltool ethtool libtool wak
eonlan **</xterm>Package mpg123 is for audio test. Package uuid-dev is for
host-e2fsprogs. Package genromfs is for xip test. Package intltool is for
linphone test. Package wakeonlan is for ethernet wakeup test. Install vim
-nox is for tool vimdiff. Install default-jdk is for openjdk-6-jdk
*Configure static network ipaddress using network interfaces instead
of DHCP ( **Notice** : 10.99.29.xx is available only in lab, before movin
g eth0 should remain the DHCP setting):
*Don't use network-manager as it handles multiple network cards ba
dly. Disable network-manager in file /etc/rc.local by adding following scr
ipts:<code>
service network-manager stop
ifup eth0 eth1</code>
|