1. Build a Fedora 10 System with Development Tools selected in the package configuration options. 2. Install the net-snmp-perl module available from ftp://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/x86_64/os/Packages/net-snmp-perl-5.4.2-3.fc10.x86_64.rpm (sudo rpm –ivh net-snmp-perl*) 3. Download and install the Java SDK binary file j2sdk-1_4_2_19-linux-i586.bin available from http://java.sun.com/products/archive/j2se/1.4.2_19/index.html. (Installation instructions can be found at http://java.sun.com/j2se/1.4.2/install-linux.html. After running the installation script, move the resulting directory to /opt/pp001-j2sdk. (sudo mv j2sdk1.4.2_19/ /opt/pp001-j2sdk/) 4. Create a /tftpboot directory in / and make it writable (sudo mkdir /tftpboot; sudo chmod 777 /tftpboot) 5. Download the following tool chain packages from Raritan’s web site ftp://embedded.raritan.info/pub/build_env/toolchains/pp/fedora/10/i386/, and install the packages (sudo rpm –ivh Raritan/*.rpm). pp-base-1.0-1.fc10.1.noarch.rpm pp-cross-toolchain-001-1.0-1.fc10.1.i386.rpm pp-cross-toolchain-001-avr-libc-1.0.2-1.fc10.1.i386.rpm pp-cross-toolchain-001-binutils-2.15.94.0.2.2-1.fc10.1.i386.rpm pp-cross-toolchain-001-gcc-3.3.3-1.fc10.1.i386.rpm pp-cross-toolchain-001-gdb-6.6-1.fc10.1.i386.rpm pp-cross-toolchain-001-kernheaders-2.4.25-1.fc10.1.i386.rpm pp-cross-toolchain-001-kernheaders-arm-2.4.19-1.fc10.1.i386.rpm pp-cross-toolchain-001-uClibc-0.9.26-1.fc10.1.i386.rpm 6. Extract the Raritan source archives (mkdir (example 5623); tar –C -xvzf fw-src-.tar.gz) 7. Build the binaries (cd ; ./build_fw)