MPC8260SAR |
Project Page |
Author:
Alex Zeffertt
Company:
Cambridge Broadband Ltd.
|
/proc/net/atm/utopia:0
cvs -z6 -d :pserver:anonymous@www.denx.de:/cvsroot co -P -D 2005-03-06 linuxppc_2_4_devel
/opt/eldk
.
The cpu_family
is ppc_6xx
./opt/eldk/ppc_6xx/
for
use as an nfs-mounted root directory as described in the ELDK user
manual (basically you need to run a couple of scripts as superuser)./mnt/cdrom/*
to /opt/eldk/
./opt/eldk/target/SRPMS
. Install this
SRPM, rebuild the RPM using the instructions in the ELDK user manual,
then install it onto the target root filesystem, again using the
instructions in the ELDK user manual./opt/eldk/target/SRPMS
. Install this
SRPM, rebuild the RPM
using the instructions in the ELDK user manual, then install it onto
the target root filesystem, again using the instructions in the ELDK
user manual.cd /opt/eldk/ppc_6xx/usr/src/linux-2.4.25/
First you must modify the default ELDK kernel to support the
platforms, and integrate the ATM driver. Apply the latest
mpc8260sar patch, e.g.patch -p1 [--dry_run] < linuxppc-2005-03-06-2006-05-11.patch
tar xzf mpc8260sar-2006-02-22.tar.gz
PATH=$PATH:/opt/eldk/bin:/opt/eldk/usr/bin
export CROSS_COMPILE=ppc_6xx-
make PM826_config
# If your platform is CR826/PM828
or
make ads8272_config # If your platform is MPC8272ADSor
make PQ2FADS_config # If your platform is PQ2FADS
make oldconfig
make dep
make uImage
make modules
make modules_install INSTALL_MOD_PATH=/opt/eldk/ppc_6xx
/opt/eldk/target/SRPMS/SELF-1.0-7.src.rpm
). cd /opt/eldk/ppc_6xx/usr/src
tar xzf SELF-atm2eth-bridge-app.tar.gz
ln -sf linux-2.4.25 linux
cd SELF
-atm2eth-bridge-app
make clean all
/opt/eldk/ppc_6xx/usr/src/
SELF
-atm2eth-bridge-app/images/uMulti
which, when run, starts a bridge br0 from nas999 to eth0. cd /opt/eldk/ppc_6xx/usr/src/u-boot-1.1.3
patch -p1 [--dry_run] < u-boot-1.1.3-pm82x-local-not-pcibus.patch
cd /opt/eldk/ppc_6xx/usr/src/u-boot-1.1.3
patch -p1 [--dry_run] < u-boot-1.1.3-boot-ads8272-from-flash-base.patch
/opt/eldk/ppc_6xx/usr/src/linux-2.4.25/arch/ppc/boot/images/uImage
.
Also ensure that your NFS server can serve /opt/eldk/ppc_6xx
.
(The DULG user manual can help with this.) Then, on the serial
console to u-boot typerun nfsboot
Once the kernel has booted, log in and type modprobe atm-8260
/opt/eldk/ppc_6xx/usr/src/SELF
-atm2eth-bridge-app/images/uMulti
.
Then on the serial console to u-boot type: run multiboot
sonetdiag
, which is installed
by the linux-atm package (see above.)pm5384_ctrl,
which you will need
to build yourself, like so:ppc_6xx-gcc -o
/opt/eldk/ppc_6xx/bin/
pm5384_ctrl
pm5384_ctrl.c
-I/opt/eldk/ppc_6xx/usr/src/linux-2.4.25/include