]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/calmrisc16/ceb/v2_0/support/README
Initial revision
[karo-tx-redboot.git] / packages / hal / calmrisc16 / ceb / v2_0 / support / README
1
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