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

4.115
Last change on this file since c499856 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[5aeed17]1Development Board: QVGA Base Board from Embedded Artists
2
[59bdd966]3http://www.embeddedartists.com/products/uclinux/oem_lpc2478.php
4
[5aeed17]5Drivers:
[9647f7fe]6
[5aeed17]7        o Console
8        o Clock
9        o RTC
[2c4d9874]10        o SSP (SPI mode)
[9647f7fe]11        o Network
[7ae2775]12        o I2C
[9647f7fe]13
14Howto setup QVGA Base Board?
15
16        o Unpack board.
17        o Connect board via USB to your PC.
18        o Verify that demo application runs.
19        o Disconnect board.
20        o Change jumpers to enable ISP.
21        o Connect board.
22        o Load U-Boot image 'u-boot_v1.1.6_lpc2468oem_v1_8_16bit.hex'
23        (available from the EA support page) into the flash (flash tool
24        FlashMagic is availabe from NXP).
25        o Change jumbers back to disable ISP.
26        o Use a terminal program to change the U-Boot settings via the console.
27        o U-Boot settings:
28                set ethaddr '00:1a:f1:X:X:X'
29                set serverip 'X.X.X.X'
30                set ipaddr 'X.X.X.X'
31                set rtems 'tftp a1000000 lpc2478.img;bootm'
32                set bootcmd 'echo Booting RTEMS ...;run rtems'
33                saveenv
34
[a5082ff8]35Howto make a U-Boot image?
36
37mkimage -A arm -O rtems -T kernel -C gzip \
38   -a a0000000 -e a0000040 -n "RTEMS Application" -d app.bin.gz app.img
39
[9647f7fe]40Application Board: NCS (Nurse Control Station)
41
42        Board:      NextGenNCS
[2c4d9874]43        Processor:  NXP LPC2478 or LPC2470
[9647f7fe]44        SDRAM:      8MByte, 16 bit wide
45        Ext. Flash: 1MByte, 16 bit wide
46        Console:    UART, 115200 Baud
47        Network:    100Base-T
[b18fd86]48
49Application Board: TLI800
50        TLI800 is a network node using four serial ports produced by Thorn
[0ed275ec]51        Security Limited.  It is used by Tyco Fire & Integrated Solutions for a
52        fire control network.
Note: See TracBrowser for help on using the repository browser.