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

4.104.115
Last change on this file since 9832a22c was 9647f7fe, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 11:26:44
  • README: Added NCS.
  • Makefile.am, configure.ac, preinstall.am: Added BSP variants.
  • console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup.
  • include/bsp.h: Added network defines and functions.
  • include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes.
  • include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup.
  • network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files.
  • startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
  • 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): This driver is in active development.  Use with care.
15        o Network
16
17Howto setup QVGA Base Board?
18
19        o Unpack board.
20        o Connect board via USB to your PC.
21        o Verify that demo application runs.
22        o Disconnect board.
23        o Change jumpers to enable ISP.
24        o Connect board.
25        o Load U-Boot image 'u-boot_v1.1.6_lpc2468oem_v1_8_16bit.hex'
26        (available from the EA support page) into the flash (flash tool
27        FlashMagic is availabe from NXP).
28        o Change jumbers back to disable ISP.
29        o Use a terminal program to change the U-Boot settings via the console.
30        o U-Boot settings:
31                set ethaddr '00:1a:f1:X:X:X'
32                set serverip 'X.X.X.X'
33                set ipaddr 'X.X.X.X'
34                set rtems 'tftp a1000000 lpc2478.img;bootm'
35                set bootcmd 'echo Booting RTEMS ...;run rtems'
36                saveenv
37
38Application Board: NCS (Nurse Control Station)
39
40        Board:      NextGenNCS
41        Processor:  NXP LPC2478
42        SDRAM:      8MByte, 16 bit wide
43        Ext. Flash: 1MByte, 16 bit wide
44        Console:    UART, 115200 Baud
45        Network:    100Base-T
Note: See TracBrowser for help on using the repository browser.