source: rtems/c/src/lib/libbsp/i386/ts_386ex/README @ 0b28bd9c

4.104.114.84.95
Last change on this file since 0b28bd9c was 16a384cf, checked in by Joel Sherrill <joel.sherrill@…>, on 04/23/99 at 16:35:11

New BSP from Tony R. Ambardar <tonya@…> from the
University of British Columbia. The BSP is for:

Yes, this is the "entry model" of a series of boards from Technologic
Systems. Costs <$200 I believe. They have a WWW page at www.t-systems.com.
I am letting them know about the availability of this BSP too.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1#
2#  $Id$
3#
4
5This BSP is for the Technologic Systems TS-1325, an i386EX PC/AT
6compatible SBC equipped with 2 standard serial ports and a parallel
7port suitable for general digital I/O. It comes with 2MB RAM and 1MB
8Flash ROM. Additional information is available at the TS web site:
9http://www.t-systems.com.
10
11The BSP uses software floating-point emulation, so one must build the
12cross-compilation tools with this support. The BSP also supports the
13on-board RTC, and an NE2000 compatible network card. It has been used
14successfully with C (gcc-2.8.1) and Ada95 (gnat-3.11p), including
15networking applications in both languages.
16
17The TS-1325 runs a version of DOS, and should be configured with a RAM
18disk and Zmodem software (see WWW site). RTEMS executables are loaded
19and run in DOS conventional memory, giving a 600K file-size limit. The
201MB extended memory is used for the RTEMS workspace, heap, stack and
21BSS. Console output is to COM2 @ 115200 baud, 8-N-1. The high baud
22rate is needed to speed up serial-line Zmodem file transfers. The
23TS-1325 DOS console I/O is by default 9600 baud, and should be changed
24to 115200 baud (see WWW site).
25
26A typical development cycle involves these steps:
27
281. Cross-compile the application, yielding a COFF executable. Convert this
29   to raw binary format, using objcopy or the coff2bin script (see the
30   tools subdirectory in the BSP).
31
322. Use Zmodem to download the raw exec to the TS-1325's ram-disk
33   (faster than  the A: flash disk). A terminal program supporting
34   Zmodem is needed on the host e.g. minicom under Linux.
35
363. Use the DOS-based RTEMS loader "loader.com" (see tools
37   subdirectory) to load and run the executable.
38
39Additional documentation and support software is in the tools BSP subdirectory.
40
41Happy Coding!
42
43Tony Ambardar, 4/21/99
Note: See TracBrowser for help on using the repository browser.