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

4.104.115
Last change on this file since 7a6f8d0 was 2c4d9874, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/05/09 at 10:33:31

renamed lpc24xx BSPs, reorganized linkcmds

  • Property mode set to 100644
File size: 1.1 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
39Application Board: NCS (Nurse Control Station)
40
41        Board:      NextGenNCS
42        Processor:  NXP LPC2478 or LPC2470
43        SDRAM:      8MByte, 16 bit wide
44        Ext. Flash: 1MByte, 16 bit wide
45        Console:    UART, 115200 Baud
46        Network:    100Base-T
Note: See TracBrowser for help on using the repository browser.