source: rtems/c/src/lib/libbsp/mips/jmr3904/README @ e2af631

4.104.114.84.95
Last change on this file since e2af631 was c8471315, checked in by Joel Sherrill <joel.sherrill@…>, on 11/25/00 at 18:58:05

2000-11-25 Joel Sherrill <joel@…>

  • The JMR BSP is for a Toshiba TX39 evaluation board but can also be used with the mips simulator in gdb.
  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console-io.c, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
  • Property mode set to 100644
File size: 751 bytes
Line 
1#
2#  $Id$
3#
4
5Simple BSP for the TX3904 simulator built into gdb.
6
7Simulator Invocation
8====================
9The following is not 100% correct since it does not work.   :)
10
11target sim --board=jmr3904pal --memory-region 0xffff8000,0x900 \
12  --memory-region 0xffffe000,0x4 --memory-region 0xb2100000,0x4
13  --memory-region 0x8800000,0x100000 -memory-region 0x80000000,0x40000 \
14  --memory-region 0xfffff300,0x10
15
16Status
17======
18This BSP is not working.  It gets to the point where the
19console_outbyte_polled() routine is called during printf
20and it locks up checking for a status bit.  This is probably
21a simulator initialization issue related to the setup command.
22As of 25 Nov 2000, email was sent to the gdb and newlib maintainers
23asking for advice.
Note: See TracBrowser for help on using the repository browser.