view packages/hal/calmrisc32/ceb/current/support/README @ 208:e0c0827131d1 ecos

Merge from eCos master repository on 2002-05-20-20:11:54-BST
author jlarmour
date Mon, 20 May 2002 22:19:26 +0000
parents
children
line wrap: on
line source


The support directory provides a tool for downloading code to the calmRISC
board. This simple application communicates over a serial line (57600-8-N-1)
with the MDSChip board which in turn controls the core eval board.

Building the tool:

  % gcc -g -O2 calmbreaker.c -o calmbreaker

Using the tool:

  calmbreaker [--reset] [--run] [-p serialdev] [--srec-code | --srec-data]
              [-f filename]

     --reset      ==> Reset the board. Stops the core.
     --run        ==> Start the core running at the reset vector
     -p           ==> Specify the serial device
     --srec-code  ==> Download s-records to program memory
     --srec-date  ==> Download s-records to data memory
     -f           ==> Specify s-record file. If -f is missing, use
                      stdin.