summaryrefslogtreecommitdiffstats
path: root/doc/README.mpc83xxads
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-06 01:42:58 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-06 01:42:58 +0200
commitf901a83b70a586cef89682843e2d16d6c7b2288a (patch)
tree139e02c9726dd0b2786f644a1a646e3d6fba028b /doc/README.mpc83xxads
parent5633796c090340238b025dff4b8107be8509a68b (diff)
downloadblackbird-obmc-uboot-f901a83b70a586cef89682843e2d16d6c7b2288a.tar.gz
blackbird-obmc-uboot-f901a83b70a586cef89682843e2d16d6c7b2288a.zip
Add support for ep8248 board
Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.
Diffstat (limited to 'doc/README.mpc83xxads')
-rw-r--r--doc/README.mpc83xxads14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/README.mpc83xxads b/doc/README.mpc83xxads
index 3d383971e6..d4561034b8 100644
--- a/doc/README.mpc83xxads
+++ b/doc/README.mpc83xxads
@@ -3,9 +3,11 @@ Freescale MPC83xx ADS Boards
0. Toolchain / Building
- % setenv CROSS_COMPILE /usr/powerpc/bin/powerpc-linux-
+ $ PATH=$PATH:/usr/powerpc/bin
+ $ CROSS_COMPILE=powerpc-linux-
+ $ export PATH CROSS_COMPILE
- % /usr/powerpc/bin/powerpc-linux-gcc -v
+ $ powerpc-linux-gcc -v
Reading specs from /usr/powerpc/lib/gcc/powerpc-linux/3.4.3/specs
Configured with: ../configure --prefix=/usr/powerpc
--exec-prefix=/usr/powerpc --target=powerpc-linux --enable-shared
@@ -13,14 +15,14 @@ Freescale MPC83xx ADS Boards
Thread model: posix
gcc version 3.4.3 (Debian)
- % /usr/powerpc/bin/powerpc-linux-as -v
+ $ powerpc-linux-as -v
GNU assembler version 2.15 (powerpc-linux) using BFD version 2.15
- % make MPC8349ADS_config
+ $ make MPC8349ADS_config
Configuring for MPC8349ADS board...
- % make
+ $ make
1. Board Switches and Jumpers
@@ -76,7 +78,7 @@ Freescale MPC83xx ADS Boards
Or via tftp:
- tftp 10000 u-boot.bin
+ tftp 10000 u-boot.bin
5.1 Reflash U-boot Image using U-boot
OpenPOWER on IntegriCloud