ubuntu10.04 setting up the sea-think development environment

Source: Internet
Author: User

(1) Ubuntu 10.04.4 LTS (Lucid Lynx): Http://old-releases.ubuntu.com/releases/lucid/

(2) passwd root, then log in as root, gedit/etc/network/interfaces, add static IP:

Iface eth0 inet Static
Address 192.168.10.64 #change to your static IP
netmask 255.255.255.0 #change to your netmask
Gateway 192.168.10.1 #change to your Getway
#We must specify Dns-nameserver here
#in order to get internet access from host
Dns-nameservers 192.168.10.1
Auto Eth0

/etc/init.d/networking restart

(2) Modify the software source: gedit/etc/apt/sources.list

Software source replaced by: http://old-releases.ubuntu.com/ubuntu/

Apt-get Update

Apt-get Install Vim

(3) apt-get install Openssh-server

(4) apt-get install Nfs-kernel-server,

Modify/etc/exports Add/opt/source * (Rw,sync,no_subtree_check,no_root_squash),

/etc/init.d/nfs-kernel-server restart

(5) apt-get Install Samba Samba-common

Modify/etc/samba.conf

Security = user #取消注释, cannot log on anonymously

[MyShare]
Comment = My share directory
Path =/opt/source
browseable = yes
writable = yes

Smbpasswd-a Root

/ETC/INIT.D/SMBD restart

(6) Apt-get install TFTP

Apt-get Install TFTPD

Apt-get Install openbsd-inetd

/etc/inetd.conf add: TFTP dgram UDP wait root/usr/sbin/in.tftpd/usr/sbin/in.tfptd-s/tftpboot

/etc/init.d/openbsd-inetd restart

UFW Disable #关闭防火墙

TFTP 127.0.0.1, get files with get

========= HiSilicon Compiling SDK requires configuration ===========

(7) Ls-l/bin/sh

If it is dash,dpkg-reconfigure dash, select No so that source is available

(8) CP uboot_dir/tools/mkimge/usr/sbin/

(9) apt-get install Zlib1g-dev

(Ten) Apt-get install Libncurses5-dev ncurses-term Libncursesw5-dev

(one) apt-get install g++

Vim osdrv/tools/pc/mkyaffs2image/makefile, add make clean before make

ubuntu10.04 setting up the sea-think development environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.