User`s guide
Table Of Contents
- Contents
- Figures
- Tables
- Preface
- Introduction
- Getting Started
- 2.1 Overview
- 2.2 System Requirements
- 2.3 Configuring Your System
- 2.4 Updating the Debug Monitor Firmware
- 2.4.1 Updating Firmware in a Flash ROM
- 2.4.2 Updating the Flash ROM from the AlphaBIOS S...
- 2.4.3 Updating the Flash ROM from the Windows NT ...
- 2.4.4 Updating the Flash ROM from the Debug Monit...
- 2.4.5 Updating the Flash ROM from the Alpha SRM C...
- 2.4.6 Running Firmware Update
- 2.4.7 Updating Firmware in a UVPROM
- 2.5 Switching to the Debug Monitor Firmware on Fl...
- 2.6 Debug Monitor Memory Map
- 2.7 Downloading Files
- 2.8 Execution Commands
- 2.9 Resetting the Debug Monitor
- Remote Debugging
- User Commands
- 4.1 Overview
- 4.2 Using the Commands
- 4.3 User Commands Quick Reference
- 4.4 User Commands
- apropos
- arpshow
- bcoff
- bcon
- beep
- boot
- bootadr
- bootopt
- bpstat
- cb
- cfreg
- cl
- compare
- cont
- copy
- cq
- creg
- cw
- date
- delete
- dis
- dml
- dmq
- ebuff
- edevice
- edmp
- einit
- eml
- emq
- eprom
- ereg
- eshow
- estat
- estop
- fill
- flash
- flasherase
- flboot
- flcd
- flcopy
- fldir
- flload
- flread
- flsave
- flwrite
- fwupdate
- go
- help
- iack
- ident
- init
- jtopal
- ladebug
- load
- mces
- mcheck
- memtest
- mrb
- mrl
- mrw
- mwb
- mwl
- mww
- netboot
- netload
- next
- pb
- pcishow
- pfreg
- pl
- pq
- prb
- preg
- prl
- prw
- pw
- pwb
- pwl
- pww
- rabox
- rb
- rbcfg
- rbctl
- rbiu
- riccsr
- rl
- rmode
- romboot
- romlist
- romload
- romverify
- rsys
- rw
- sb
- setbaud
- setty
- sl
- sq
- step
- stop
- sum
- sw
- swpipl
- sysshow
- tip
- version
- wabox
- wb
- wbcfg
- wbctl
- wbiu
- wiccsr
- wl
- wrfen
- wsys
- ww
- Support, Products, and Documentation
- Index
Getting Started 2–3
Configuring Your System
Save these settings in a file. For example, settings for the EB64 could be saved in a
file called eb64.trm.
For consistency, all examples and command descriptions assume that the
motherboard serial port 1 is connected to COM1.
2.3.4 Connecting from a System Running DIGITAL UNIX
DIGITAL UNIX supports serial communications and Ethernet communications with
the motherboard.
An Alpha system running the DIGITAL UNIX operating system supports serial
communication through the following two ports that can be connected to the
motherboard:
• /dev/tty00
• /dev/tty01
For consistency, all examples and command descriptions assume that the
motherboard serial port 1 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