Address: http://blog.csdn.net/smartic/article/details/4927258
The hard drive of RHEL 5 is completely closed, and another DB2 server can be used in the environment, so we decided to install the paralyzed server into ubuntu. After Ubuntu is installed, install the following components:
1. rapidsvn. By default, there are no SVN commands or other tool sets in Ubuntu, which is easy to use.
2. ncurses. Use apt-Get install ncurses-base ncurses-bin ucurses-term libncurses5 libncurses5-dev.
3. Add the Blackfin toolchain & uclibc to the APT source. Generate the Blackfin. Sources. list file in the/etc/APT/sources. List. d/directory. The file content is as follows:
Deb http://download.analog.com/27516/distros/debian stable main
4. Update the local apt cache file: APT-Get update.
5. Obtain toolchain & uclibc. Aptp-Get install Blackfin-toolchain-uClinux Blackfin-toolchain-Linux-uclibc Blackfin-toolchain-elf
6. configuration. bashrc: Export Path = $ path:/opt/uClinux/bfin-uClinux/bin:/opt/uClinux/bfin-Linux-uclibc/bin: /opt/uClinux/bfin-elf/bin
7. gawk. Use apt-Get install gawk (build U-boot ).
Log out of the current console and log on again. The configuration is complete.
Note: The method provided by uclinux.blackfin.org is slightly incorrect .??