Wiznet W5300E01-ARM User Manual page 33

Table of Contents

Advertisement

5.2. Toolchain Installation
Toolchain is included in CD. Log in with 'root' at the Host PC, and install as below steps.
1. Mount the CD on the CD-ROM.
2. Copy the compressed Toolchain file into '/'.
3. Extract the Toolchain compressed file.
After mounting CD, input below commands in the terminal window.
# mount /dev/cdrom /media/cdrom
# cp /media/cdrom/Software/Tools/arm-toolchain-3.4.3.tar.gz /
# cd /
# tar zxvf arm-toolchain-3.4.3.tar.gz
As the CD contents are automatically mounted in the latest Linux version, you don't need to input 'mount'
command in the most cases. When you mount the CD manually, check device file and mounting directory.
5.3. Network Configuration of Host PC
In order to transfer files between Host PC and target board by using UTP cable, server programs should be
installed in the Host PC. Virtual IP address can be used for this networking. As server program installation is
processed by package management system, the board should be conneted to the WAN. In order to use LAN
and WAN together, add the virtual IP with below command.
# ifconfig eth0 add 192.168.1.2
5.3.1.
TFTP(Trivial File Transfer Protocol) Server Configuration
In order to transmit Linux Kernel image, Ramdisk image or other files, tftp server should be installed in Host
PC. In here, we will install the tftp server of Red Hat and Debian.
If Host PC is using Debian Linux, install tftpd-hpa package by using apt-get package management system.
# apt-get install tftpd-hpa
At the Red Hat Linux, install tftpd-server package by using yum package management system.
# yum install tftp-server
© Copyright 2008 WIZnet Co., Inc. All rights reserved.
25

Advertisement

Table of Contents
loading

Table of Contents