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

* README.mpc8313erdb: Some first cut notes on running with U-Boot.
This commit is contained in:
Joel Sherrill
2008-08-15 16:43:27 +00:00
parent dc2503a383
commit b035bdc3a8
2 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* README.mpc8313erdb: Some first cut notes on running with U-Boot.
2008-08-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Time was running too slow with it taking 10

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
SPI:
In master mode SCS (SPI_D) cannot be used as GPIO[31]. Unfortunately this pin
@@ -11,3 +15,18 @@ REFERENCES:
[1] MPC8313ECE Rev. 3, 3/2008: "MPC8313E PowerQUICC™ II Pro Integrated Host
Processor Device Errata"
Example U-Boot Sequence
=======================
setenv ethact TSEC1
setenv ipaddr 192.168.96.106
setenv serverip 192.168.96.31
tftp 1000000 ticker.img
bootm
Making a U-Boot Image
=====================
powerpc-rtems4.9-objcopy -O binary ticker.exe ticker.bin
gzip -9 ticker.bin
mkimage -A ppc -O rtems -T kernel -C gzip -a 100 -e 10000 -n "RTEMS
Test" -d ticker.bin.gz ticker.img