Csb337

From RTEMSWiki

Jump to: navigation, search
Csb337
Board NameBSP name goes here
ManufacturerWho made me?
Referencehttp:/manufacturer.com/ExampleBoard
ArchitectureArchitecture
CPU ModelModel name
MonitoruBoot, uMon
Runs on Simulator?Well?
AliasesAny RTEMS BSP Aliases?
RAMXXX MB
Non-volatile Memory32 MB Flash, 16 KB EEPROM
Serial Portsone. UART part name.
VideoVideo Unspecified.
Otheranything else you need to say


Product Page is http://www.cogcomp.com/csb_csb337.htm

Contents

Board Setup

If there are special jumper or ROM monitor settings, describe them.

Downloading and Executing

Describe the download procedure.

Debugging

How do you debug code on this board? What gdb setup? BDM, stub, etc?

Skyeye Configuration

The Skyeye configuration file should be as follows:

cpu:  arm920t
mach: at91rm92
mem_bank: map=M, type=RW, addr=0x00000000, size=0x00004000
mem_bank: map=M, type=R, addr=0x00100000, size=0x00010000
mem_bank: map=M, type=RW, addr=0x00200000,size=0x00100000
mem_bank: map=M, type=RW, addr=0x20000000,size=0x00f00000
mem_bank: map=I, type=RW, addr=0xfffa0000, size=0x00060000

Test Reports

RTEMS BSP csb337 will run hello.exe and ticker.exe on Skyeye using the patch posted to the RTEMS Users Mailing list (http://www.rtems.com/ml/rtems-users/2007/june/msg00148.html).

Personal tools