summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qoriq/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/qoriq/README')
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/qoriq/README b/c/src/lib/libbsp/powerpc/qoriq/README
index 1a6794b851..2e255bf935 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/README
+++ b/c/src/lib/libbsp/powerpc/qoriq/README
@@ -2,15 +2,17 @@ Board support package for the Freescale QorIQ platform:
http://en.wikipedia.org/wiki/QorIQ
-Development boards P1020RDB, T2080RDB and T4240RDB.
+Boards known to work P1020RDB, MVME2500, T2080RDB and T4240RDB.
-For the T series boot via U-Boot is mandatory since the FDT is used. Use
+Boot via U-Boot and FDT support is mandatory. Use
mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -n RTEMS -d app.bin.gz app.img
-to create a bootable image. You must use the "linux" image type. Boot it for
-example via the
+to create a bootable image. You must use the "linux" image type to enable the
+dynamic FDT adjustment by U-Boot. Boot it for example via the
- bootm 0xe9000000 - 0xe8800000
+ tftp 1000000 app.img
+ tftp c00000 p1020rdb.dtb
+ bootm 1000000 - c00000
-U-Boot command.
+U-Boot commands.