Changes between Version 8 and Version 9 of TBR/BSP/Lpc24xx


Ignore:
Timestamp:
03/26/11 00:20:52 (13 years ago)
Author:
Richard Campbell
Comment:

/* Firmware Setup */ Added RTEMS Lab board settings

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Lpc24xx

    v8 v9  
    4646[wiki:File:_Lpc_diagram.png 400px]
    4747= Board Setup =
     48= RTEMS Lab Board =
    4849
     50Use the boot monitor's "printenv" command to display the firmware settings:
     51{{{
     52LPC2468_OEM_Board #  printenv
     53bootargs=root=/dev/ram initrd=0xa1800000,4000k console=ttyS0,38400N8
     54bootdelay=3
     55tftp_boot=tftpboot a0008000 linux.bin;tftpboot a1800000 romfs.bin;go a0008000
     56nand_boot=nand read a0008000 0 200000;nand read a1800000 200000 400000;go a0008000
     57mmc_boot=mmc;fatload mmc 0 a0008000 linux.bin;fatload mmc 0 a1800000 romfs.bin;go a0008000
     58update_uboot=tftpboot a1000000 u-boot.bin;protect off 0 2ffff;erase 0 2ffff;cp.b a1000000 0 $(filesize)
     59update_nor=tftpboot a1000000 linux.bin;protect off 80000000 803fffff;erase 80000000 803fffff;cp.b a1000000 80000000 $(filesize);tftpboot a1000000 romfs.bin;cp.b a1000000 80200000
     60update_nand=nand erase;tftpboot a1000000 linux.bin;nand write a1000000 0 200000;tftpboot a1000000 romfs.bin;nand write a1000000 200000 400000
     61netmask=255.255.255.0
     62ethaddr=00:1a:f1:00:07:a2
     63bootcmd=echo Booting RTEMS ...;run rtems
     64ipaddr=192.168.1.246
     65serverip=192.168.1.92
     66rtems=tftp a1000000 /lpc24xx_ea.img;bootm
     67baudrate=115200
     68stdin=serial
     69stdout=serial
     70stderr=serial
    4971
    50 If there are special jumper or ROM monitor settings, describe them.
     72Environment size: 989/4092 bytes
     73}}}
    5174= Downloading and Executing =
    5275