User`s guide
Table Of Contents
- Contents
- Tables
- Preface
- Introduction
- Getting Started
- 2.1 Overview
- 2.2 Hardware Required
- 2.3 Hardware Debug Features
- 2.4 Setting Up the SROM Serial Port Connection
- 2.5 Starting and Running the Mini-Debugger
- 2.6 Sample Session on the EB64
- 2.7 Sample Session on the EB64+ and the AlphaPC 6...
- 2.8 Sample Session on the EB66 and EB66+
- 2.9 Sample Session on the EB164
- 2.10 Sample Session on the AlphaPC 164
- 2.11 Sample Session on the AlphaPC 164LX
- 2.12 Onboard Machine Check Handler
- SROM Mini-Debugger Command Set
- Support, Products, and Documentation
- Index
Getting Started 2–5
Setting Up the SROM Serial Port Connection
All examples and command descriptions that follow assume that the motherboard
SROM port is connected to port /dev/tty00.
To enable these ports for use with the motherboard, follow these steps:
1. Log in as superuser.
2. Modify the following two files:
/etc/remote
/etc/inittab
a. Add the following two lines to the /etc/remote file. These lines define
a device to connect to when using the DIGITAL UNIX tip command.
port_name0
:dv=/dev/tty00:br#9600:pa=none:
port_name1
:dv=/dev/tty01:br#9600:pa=none:
The port_name refers to an arbitrary name that you assign to that port.
b. Modify the /etc/inittab file to disable logins on the two serial
communication ports by setting the third field to off. For example, modify
the tty00 and tty01 lines as follows:
tty00:23:off:/usr/sbin/getty /dev/tty00 9600
tty01:23:off:/usr/sbin/getty /dev/tty01 9600
3. Reboot the system, or issue the following command to ensure that the modified
files take effect:
# /sbin/init q
2.4.5.1 Connecting to a Serial Port Under DIGITAL UNIX
After you modify the /etc/remote and /etc/inittab files, you can
connect to the serial port under the DIGITAL UNIX operating system using the
DIGITAL UNIX tip command. If the connection is successful, the mini-debugger
prompt displays after you press a key. For example:
% tip
port_name0
! key is pressed.
SROM>
Type ~. to exit the DIGITAL UNIX tip command.