source: rtems/c/src/lib/libbsp/arm/lpc24xx/README @ 4f609eec

4.115
Last change on this file since 4f609eec was a5082ff8, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/11 at 17:13:20

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

  • README: Add example mkimage command.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1#
2#  $Id$
3#
4
5Development Board: QVGA Base Board from Embedded Artists
6
7http://www.embeddedartists.com/products/uclinux/oem_lpc2478.php
8
9Drivers:
10
11        o Console
12        o Clock
13        o RTC
14        o SSP (SPI mode)
15        o Network
16        o I2C
17
18Howto setup QVGA Base Board?
19
20        o Unpack board.
21        o Connect board via USB to your PC.
22        o Verify that demo application runs.
23        o Disconnect board.
24        o Change jumpers to enable ISP.
25        o Connect board.
26        o Load U-Boot image 'u-boot_v1.1.6_lpc2468oem_v1_8_16bit.hex'
27        (available from the EA support page) into the flash (flash tool
28        FlashMagic is availabe from NXP).
29        o Change jumbers back to disable ISP.
30        o Use a terminal program to change the U-Boot settings via the console.
31        o U-Boot settings:
32                set ethaddr '00:1a:f1:X:X:X'
33                set serverip 'X.X.X.X'
34                set ipaddr 'X.X.X.X'
35                set rtems 'tftp a1000000 lpc2478.img;bootm'
36                set bootcmd 'echo Booting RTEMS ...;run rtems'
37                saveenv
38
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
44Application Board: NCS (Nurse Control Station)
45
46        Board:      NextGenNCS
47        Processor:  NXP LPC2478 or LPC2470
48        SDRAM:      8MByte, 16 bit wide
49        Ext. Flash: 1MByte, 16 bit wide
50        Console:    UART, 115200 Baud
51        Network:    100Base-T
52
53Application Board: TLI800
54        TLI800 is a network node using four serial ports produced by Thorn
55        Security Limited.  It is used by Tyco Fire & Integrated Solutions for a
56        fire control network.
Note: See TracBrowser for help on using the repository browser.