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

5
Last change on this file since 1bc0ad2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

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