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=1404203654
Edit Summary: Change host name
@@ -6,8 +6,9 @@
*Set the user name as "test" and the password is also "test", for ex
ample.
*Press Ctrl+Alt+t to open a terminal.
- Config the PC ubuntu
*Set the root password as "blackfin":<xterm>**$ sudo passwd root**</
xterm>
+ *Change hostname. Edit /etc/hostname and change to the new value.<xt
erm>**$ sudo vi /etc/hostname**</xterm>Edit /etc/hosts and change the old
127.0.1.1 line to your new hostname.<xterm>**$ sudo vi /etc/hosts**</xterm
>Now after a reboot, hostname will be the new one. To change without a reb
oot, you can run following command:<xterm>**$ sudo service hostname start*
*</xterm>
*Add user test to dialout group for using minicom.<xterm> **$ sudo a
dduser test dialout**</xterm>
*Use apt-get install to install the following packages. <xterm>**$ s
udo apt-get install openssh-server expect default-jdk minicom ckermit \
git-core g++ bison flex gettext texinfo libncurses5-dev subversion m
eld \
vim-nox rsh-client mpg123 python-setuptools python-dev netperf tftpd-h
pa \
@@ -96,17 +97,4 @@
apt-get update
apt-get dist-upgrade or apt-get upgrade</code>
*If the kermit can't work ,please:<code>
scp test@10.99.24.xx:/home/test/.kerm* . </code>
-
-
-
-
-
-
-
-
-
-
-
-
-
|