Back to home page

LXR

 
 

    


Warning, /bsps/arm/lpc24xx/README.md is written in an unsupported language. File is not indexed.

0001 lpc24xx
0002 =======
0003 
0004 Development Board: QVGA Base Board from Embedded Artists
0005 
0006 http://www.embeddedartists.com/products/uclinux/oem_lpc2478.php
0007 
0008 Drivers:
0009 
0010         o Console
0011         o Clock
0012         o RTC
0013         o SSP (SPI mode)
0014         o Network
0015         o I2C
0016 
0017 Howto setup QVGA Base Board?
0018 
0019         o Unpack board.
0020         o Connect board via USB to your PC.
0021         o Verify that demo application runs.
0022         o Disconnect board.
0023         o Change jumpers to enable ISP.
0024         o Connect board.
0025         o Load U-Boot image 'u-boot_v1.1.6_lpc2468oem_v1_8_16bit.hex'
0026         (available from the EA support page) into the flash (flash tool
0027         FlashMagic is availabe from NXP).
0028         o Change jumbers back to disable ISP.
0029         o Use a terminal program to change the U-Boot settings via the console.
0030         o U-Boot settings:
0031                 set ethaddr '00:1a:f1:X:X:X'
0032                 set serverip 'X.X.X.X'
0033                 set ipaddr 'X.X.X.X'
0034                 set rtems 'tftp a1000000 lpc2478.img;bootm'
0035                 set bootcmd 'echo Booting RTEMS ...;run rtems'
0036                 saveenv
0037 
0038 Howto make a U-Boot image?
0039 
0040 mkimage -A arm -O rtems -T kernel -C gzip \
0041    -a a0000000 -e a0000040 -n "RTEMS Application" -d app.bin.gz app.img
0042 
0043 Application Board: NCS (Nurse Control Station)
0044 
0045         Board:      NextGenNCS
0046         Processor:  NXP LPC2478 or LPC2470
0047         SDRAM:      8MByte, 16 bit wide
0048         Ext. Flash: 1MByte, 16 bit wide
0049         Console:    UART, 115200 Baud
0050         Network:    100Base-T
0051 
0052 Application Board: TLI800
0053         TLI800 is a network node using four serial ports produced by Thorn
0054         Security Limited.  It is used by Tyco Fire & Integrated Solutions for a
0055         fire control network.