source: rtems/c/src/lib/libbsp/powerpc/qoriq/README @ e29f1f5

5
Last change on this file since e29f1f5 was e29f1f5, checked in by Sebastian Huber <sebastian.huber@…>, on 10/19/15 at 06:44:33

bsp/qoriq: Use U-Boot provided FDT

  • Property mode set to 100644
File size: 456 bytes
Line 
1Board support package for the Freescale QorIQ platform:
2
3  http://en.wikipedia.org/wiki/QorIQ
4
5Development boards P1020RDB, T2080RDB and T4240RDB.
6
7For the T series boot via U-Boot is mandatory since the FDT is used.  Use
8
9  mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -n RTEMS -d app.bin.gz app.img
10
11to create a bootable image.  You must use the "linux" image type.  Boot it for
12example via the
13
14  bootm 0xe9000000 - 0xe8800000
15
16U-Boot command.
Note: See TracBrowser for help on using the repository browser.