OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [calmrisc32/] [ceb/] [v2_0/] [support/] [README] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
 
2
The support directory provides a tool for downloading code to the calmRISC
3
board. This simple application communicates over a serial line (57600-8-N-1)
4
with the MDSChip board which in turn controls the core eval board.
5
 
6
Building the tool:
7
 
8
  % gcc -g -O2 calmbreaker.c -o calmbreaker
9
 
10
Using the tool:
11
 
12
  calmbreaker [--reset] [--run] [-p serialdev] [--srec-code | --srec-data]
13
              [-f filename]
14
 
15
     --reset      ==> Reset the board. Stops the core.
16
     --run        ==> Start the core running at the reset vector
17
     -p           ==> Specify the serial device
18
     --srec-code  ==> Download s-records to program memory
19
     --srec-date  ==> Download s-records to data memory
20
     -f           ==> Specify s-record file. If -f is missing, use
21
                      stdin.
22
 
23
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.