summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-11 19:51:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-11 19:51:12 +0000
commit68b9f58d8563ce95d8443538bedc8b3a4d097b21 (patch)
treefab62dcc0834e1fb73eca694a884c48e8bfda740 /c
parent2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-68b9f58d8563ce95d8443538bedc8b3a4d097b21.tar.bz2
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* README.IceCube: New file.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/README.IceCube38
2 files changed, 42 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index e469e7241b..5ed28d94bc 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -1,5 +1,9 @@
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * README.IceCube: New file.
+
+2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* console/console.c: Fix typo accidentally introduced.
* network_5200/network.c: Fix warning.
diff --git a/c/src/lib/libbsp/powerpc/gen5200/README.IceCube b/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
new file mode 100644
index 0000000000..307ca492c9
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
@@ -0,0 +1,38 @@
+#
+# $Id$
+#
+
+IceCube is the nickname for the FreeScale MPC5200LITE evaluation board
+which seems to be the basis for boards from a number of other vendors.
+The most complete and up to date information will be found on the
+RTEMS Wiki. We know of the following boards which are the IceCube:
+
+ + FreeScale MPC5200LITE
+ + Embedded Planets EP52000
+
+U-Boot supports this board very well. When using U-Boot the following
+command sequence is used to transform an ELF file into a U-Boot image.
+
+powerpc-rtems4.8-objcopy -R -S -O binary hello.exe hello.bin
+cat hello.bin | gzip -9 >hello.gz
+/opt/embedded/tools/usr/bin/mkimage \
+ -A ppc -O rtems -T kernel -a 0x40000 -e 0x40000 -n "RTEMS" \
+ -d hello.gz hello.img
+
+These ttcp results were between an EP5200 and Dell Insprion 9400
+running Fedora 7. A private network was used.
+
+>>> ttcp -t -s 192.168.1.210
+ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5001 tcp -> 192.168.1.210
+ttcp-t: socket
+ttcp-t: connect
+ttcp-t: 16777216 bytes in 1.58 real seconds = 10385.86 KB/sec +++
+ttcp-t: 2048 I/O calls, msec/call = 0.79, calls/sec = 1298.23
+ttcp-t: 0.0user 1.5sys 0:01real 100% 0i+0d 0maxrss 0+0pf 0+0csw
+>>> ttcp -r -s
+ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001 tcp
+ttcp-r: socket
+ttcp-r: accept from 192.168.1.210
+ttcp-r: 16777216 bytes in 1.78 real seconds = 9194.86 KB/sec +++
+ttcp-r: 3499 I/O calls, msec/call = 0.52, calls/sec = 1963.67
+