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

5
Last change on this file since f3b29236 was f383f4bf, checked in by Sebastian Huber <sebastian.huber@…>, on 07/27/16 at 09:39:56

bsp/qoriq: Remove legacy U-Boot support

  • Property mode set to 100644
File size: 536 bytes
Line 
1Board support package for the Freescale QorIQ platform:
2
3  http://en.wikipedia.org/wiki/QorIQ
4
5Boards known to work P1020RDB, MVME2500, T2080RDB and T4240RDB.
6
7Boot via U-Boot and FDT support is mandatory.  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 to enable the
12dynamic FDT adjustment by U-Boot.  Boot it for example via the
13
14  tftp 1000000 app.img
15  tftp c00000 p1020rdb.dtb
16  bootm 1000000 - c00000
17
18U-Boot commands.
Note: See TracBrowser for help on using the repository browser.