source: rtems/bsps/powerpc/gen83xx/README.mpc8313erdb @ 65f868c

5
Last change on this file since 65f868c was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • 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.