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

4.104.115
Last change on this file since 7ae2775 was 7ae2775, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/17/09 at 13:53:04

ARM bsp maintenance

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#
2#  $Id$
3#
4
5Note: A Binutils version with REGION_ALIAS feature is required to link the BSP.
6
7Development Board: QVGA Base Board from Embedded Artists
8
9http://www.embeddedartists.com/products/uclinux/oem_lpc2478.php
10
11Drivers:
12
13        o Console
14        o Clock
15        o RTC
16        o SSP (SPI mode): This driver is in active development.  Use with care.
17        o Network
18        o I2C
19
20Howto setup QVGA Base Board?
21
22        o Unpack board.
23        o Connect board via USB to your PC.
24        o Verify that demo application runs.
25        o Disconnect board.
26        o Change jumpers to enable ISP.
27        o Connect board.
28        o Load U-Boot image 'u-boot_v1.1.6_lpc2468oem_v1_8_16bit.hex'
29        (available from the EA support page) into the flash (flash tool
30        FlashMagic is availabe from NXP).
31        o Change jumbers back to disable ISP.
32        o Use a terminal program to change the U-Boot settings via the console.
33        o U-Boot settings:
34                set ethaddr '00:1a:f1:X:X:X'
35                set serverip 'X.X.X.X'
36                set ipaddr 'X.X.X.X'
37                set rtems 'tftp a1000000 lpc2478.img;bootm'
38                set bootcmd 'echo Booting RTEMS ...;run rtems'
39                saveenv
40
41Application Board: NCS (Nurse Control Station)
42
43        Board:      NextGenNCS
44        Processor:  NXP LPC2478
45        SDRAM:      8MByte, 16 bit wide
46        Ext. Flash: 1MByte, 16 bit wide
47        Console:    UART, 115200 Baud
48        Network:    100Base-T
Note: See TracBrowser for help on using the repository browser.