Csb337
From RTEMSWiki
| Csb337 | |
| Board Name | BSP name goes here |
|---|---|
| Manufacturer | Who made me? |
| Reference | http:/manufacturer.com/ExampleBoard |
| Architecture | Architecture |
| CPU Model | Model name |
| Monitor | uBoot, uMon |
| Runs on Simulator? | Well? |
| Aliases | Any RTEMS BSP Aliases? |
| RAM | XXX MB |
| Non-volatile Memory | 32 MB Flash, 16 KB EEPROM |
| Serial Ports | one. UART part name. |
| Video | Video Unspecified. |
| Other | anything 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).