source: rtems/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb @ 39ee704e

4.115
Last change on this file since 39ee704e 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: 722 bytes
Line 
1SPI:
2
3In master mode SCS (SPI_D) cannot be used as GPIO[31].  Unfortunately this pin
4is connected to the SD Card slot. See also [1] SPI 5.
5
6TSEC:
7
8The interrupt vector values are switched at the IPIC.  See also [1] IPIC 1.
9
10REFERENCES:
11
12[1]     MPC8313ECE Rev. 3, 3/2008: "MPC8313E PowerQUICC™ II Pro Integrated Host
13        Processor Device Errata"
14
15Example U-Boot Sequence
16=======================
17setenv ethact TSEC1
18setenv ipaddr 192.168.96.106
19setenv serverip 192.168.96.31
20tftp 1000000 ticker.img
21bootm
22
23Making a U-Boot Image
24=====================
25powerpc-rtems4.9-objcopy -O binary ticker.exe ticker.bin
26gzip -9 ticker.bin
27mkimage -A ppc -O rtems -T kernel -C gzip -a 100 -e 10000 -n "RTEMS
28Test" -d ticker.bin.gz ticker.img
Note: See TracBrowser for help on using the repository browser.