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

4.104.115
Last change on this file since d11ea4eb was b035bdc3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/08 at 16:43:27

2008-08-15 Joel Sherrill <joel.sherrill@…>

  • README.mpc8313erdb: Some first cut notes on running with U-Boot.
  • Property mode set to 100644
File size: 734 bytes
Line 
1#
2# $Id$
3#
4
5SPI:
6
7In master mode SCS (SPI_D) cannot be used as GPIO[31].  Unfortunately this pin
8is connected to the SD Card slot. See also [1] SPI 5.
9
10TSEC:
11
12The interrupt vector values are switched at the IPIC.  See also [1] IPIC 1.
13
14REFERENCES:
15
16[1]     MPC8313ECE Rev. 3, 3/2008: "MPC8313E PowerQUICC™ II Pro Integrated Host
17        Processor Device Errata"
18
19Example U-Boot Sequence
20=======================
21setenv ethact TSEC1
22setenv ipaddr 192.168.96.106
23setenv serverip 192.168.96.31
24tftp 1000000 ticker.img
25bootm
26
27Making a U-Boot Image
28=====================
29powerpc-rtems4.9-objcopy -O binary ticker.exe ticker.bin
30gzip -9 ticker.bin
31mkimage -A ppc -O rtems -T kernel -C gzip -a 100 -e 10000 -n "RTEMS
32Test" -d ticker.bin.gz ticker.img
Note: See TracBrowser for help on using the repository browser.