Changeset a5082ff8 in rtems for c/src


Ignore:
Timestamp:
03/16/11 17:13:20 (13 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
ffeee4d
Parents:
a1a5f92
Message:

2011-03-16 Joel Sherrill <joel.sherrill@…>

  • README: Add example mkimage command.
Location:
c/src/lib/libbsp/arm/lpc24xx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/lpc24xx/ChangeLog

    ra1a5f92 ra5082ff8  
     12011-03-16      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * README: Add example mkimage command.
     4
    152011-02-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
    26
  • c/src/lib/libbsp/arm/lpc24xx/README

    ra1a5f92 ra5082ff8  
    3737                saveenv
    3838
     39Howto make a U-Boot image?
     40
     41mkimage -A arm -O rtems -T kernel -C gzip \
     42   -a a0000000 -e a0000040 -n "RTEMS Application" -d app.bin.gz app.img
     43
    3944Application Board: NCS (Nurse Control Station)
    4045
Note: See TracChangeset for help on using the changeset viewer.