Install & Build
===============
Environment:
   1. Download Ubuntu 10.10 from http://www.ubuntu.com/
   2. Install Ubuntu 10.10 in your computer.
   3. Make sure you can connect to the Internet.
      Use the following command to install packages:
      apt-get -y --force-yes update
      apt-get -y --force-yes install gawk
      apt-get -y --force-yes install gcc
      apt-get -y --force-yes install zlib1g-dev
      apt-get -y --force-yes install sharutils
      apt-get -y --force-yes install libc6-dev
      apt-get -y --force-yes install libncurses5
      apt-get -y --force-yes install libncurses5-dbg
      apt-get -y --force-yes install libncurses5-dev
	  apt-get -y --force-yes install g++
	  apt-get -y --force-yes install bison
	  apt-get -y --force-yes install flex

Install:
   1. Install the toolchain:
     (1). Copy toolchain/TEW-712BR-toolchain.tgz to /opt
            ~#cd /opt
            ~#tar -zxvf TEW-712BR-toolchain.tgz

   2. Building the image:
      (1). Copy TEW-712BR_GPL1.00B12.tar.bz2  into /home/ directory and use following commands.
            ~#cd /home
			~#tar -jxvf TEW-712BR_GPL1.00B12.tar.bz2
      (2). You will get "Mutant" directory
            ~#cd Mutant
      (3). Into /home/Mutant directory and using command "chmod 777 -R ./" to change file access permission.
      (4). Then type "./build.sh"
      (5). After make successfully, you will get the image file "TEW-712BR-tuboot.bin" in /home/Mutant/image
   3. Update the new Uboot image by the backup mode.
   4. Congratulations! You got your specific image now.
