source: rtems/c/src/lib/libbsp/powerpc/gen5200/README.IceCube @ b83b754e

4.104.114.95
Last change on this file since b83b754e was 1abae10, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/07 at 13:53:30

2007-08-06 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, README.IceCube?, preinstall.am, include/bsp.h, vectors/vectors.S: Rename EP5200 to IceCube? since that is the nickname for the Freescale evaluation board it is based upon. BSP was tested on a Freescale MPC5200LITE.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1#
2#  $Id$
3#
4
5IceCube is the nickname for the FreeScale MPC5200LITE evaluation board
6which seems to be the basis for boards from a number of other vendors.
7The most complete and up to date information will be found on the
8RTEMS Wiki.  We know of the following boards which are the IceCube:
9
10 + FreeScale MPC5200LITE
11 + Embedded Planets EP52000 (does not ship with U-Boot)
12
13U-Boot supports this board very well. When using U-Boot the following
14command sequence is used to transform an ELF file into a U-Boot image.
15
16powerpc-rtems4.8-objcopy -R -S -O binary hello.exe hello.bin
17cat hello.bin | gzip -9 >hello.gz
18/opt/embedded/tools/usr/bin/mkimage \
19  -A ppc -O rtems -T kernel -a 0x40000 -e 0x40000 -n "RTEMS" \
20  -d hello.gz hello.img
21
22These ttcp results were between an EP5200 and Dell Insprion 9400
23running Fedora 7.  A private network was used.
24
25>>> ttcp -t -s 192.168.1.210
26ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5001  tcp  -> 192.168.1.210
27ttcp-t: socket
28ttcp-t: connect
29ttcp-t: 16777216 bytes in 1.58 real seconds = 10385.86 KB/sec +++
30ttcp-t: 2048 I/O calls, msec/call = 0.79, calls/sec = 1298.23
31ttcp-t: 0.0user 1.5sys 0:01real 100% 0i+0d 0maxrss 0+0pf 0+0csw
32>>> ttcp -r -s
33ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001  tcp
34ttcp-r: socket
35ttcp-r: accept from 192.168.1.210
36ttcp-r: 16777216 bytes in 1.78 real seconds = 9194.86 KB/sec +++
37ttcp-r: 3499 I/O calls, msec/call = 0.52, calls/sec = 1963.67
38
Note: See TracBrowser for help on using the repository browser.