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


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

/* Downloading and Executing */

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Lpc24xx

    v9 v10  
    7474= Downloading and Executing =
    7575
    76 
    77 Describe the download procedure.
     76Use the boot monitor's boot command to download and execute the RTEMS image:
     77{{{
     78LPC2468_OEM_Board # boot
     79Booting RTEMS ...
     80emac: link status = 100Mbps, full duplex
     81emac: MAC address =  0:1a:f1: 0: 7:a2
     82TFTP from server 192.168.1.92; our IP address is 192.168.1.246
     83Filename '/lpc24xx_ea.img'.
     84Load address: 0xa1000000
     85Loading: ##################################
     86done
     87Bytes transferred = 169211 (294fb hex)
     88## Booting image at a1000000 ...
     89   Image Name:   RTEMS
     90   Image Type:   ARM RTEMS Kernel Image (gzip compressed)
     91   Data Size:    169147 Bytes = 165.2 kB
     92   Load Address: a0000000
     93   Entry Point:  a0000000
     94   Verifying Checksum ... OK
     95   Uncompressing Kernel Image ... OK
     96## Transferring control to RTEMS (at address a0000000) ...?
     97}}}
    7898= Debugging =
    7999