NetBSD/distrib/notes/mvme68k/prep

87 lines
2.7 KiB
Plaintext
Raw Normal View History

1999-02-20 19:18:10 +03:00
.\" $NetBSD: prep,v 1.4 1999/02/20 16:18:11 scw Exp $
1999-01-13 10:30:01 +03:00
.
1997-12-18 22:20:10 +03:00
mvme68k machines usually need little or no preparation before installing
1999-01-13 10:30:01 +03:00
.Nx "" ,
other than the usual, well advised precaution of
.Em backing up all data
on any attached storage devices.
.Pp
1997-12-18 22:20:10 +03:00
The following instructions should make your machine "NetBSD Ready".
1999-01-13 10:30:01 +03:00
.Pp
1999-02-20 19:18:10 +03:00
Power-up your MVME147 board. You should have the
1999-01-13 10:30:01 +03:00
.Em bug No prompt:
.Bdlit
1997-12-18 22:20:10 +03:00
1999-01-13 10:30:01 +03:00
COLD Start
1997-12-18 22:20:10 +03:00
1999-01-13 10:30:01 +03:00
Onboard RAM start = $00000000, stop = $007FFFFF
1997-12-18 22:20:10 +03:00
1999-01-13 10:30:01 +03:00
147-Bug\*>
1997-12-18 22:20:10 +03:00
1999-01-13 10:30:01 +03:00
.Ed
1999-02-20 19:18:10 +03:00
Or, if you have an MVME167 board:
.Bdlit
MVME167 Debugger/Diagnostics Release Version 2.3 - 02/25/94
COLD Start
Local Memory Found =02000000 (&33554432)
MPU Clock Speed =33Mhz
167-Bug\*>
.Ed
Make sure the RAM size looks ok (if you've got an 8Mb MVME147 or a
32Mb MVME167 you should
1997-12-18 22:20:10 +03:00
have the same value as I do). Also make sure the clock is ticking:
1999-01-13 10:30:01 +03:00
.Pp
1999-02-20 19:18:10 +03:00
.Dl 1x7-Bug\*> Ns Ic time
1999-01-13 10:30:01 +03:00
.Dl Sunday 12/21/29 16:25:14
1999-02-20 19:18:10 +03:00
.Dl 1x7-Bug\*> Ns Ic time
1999-01-13 10:30:01 +03:00
.Dl Sunday 12/21/29 16:25:15
1999-02-20 19:18:10 +03:00
.Dl 1x7-Bug\*>
1999-01-13 10:30:01 +03:00
.Pp
Note that
.Nx
bases its year at 1968, and adds the year offset in
1999-02-20 19:18:10 +03:00
the MVME1x7's real-time clock to get the current year. So the '29' here
1997-12-18 22:20:10 +03:00
equates to 1997. You may have to adjust your clock using the 'set'
1999-01-13 10:30:01 +03:00
command to comply with
.Nx "" 's
requirements. Don't worry if the "Day of the week" is not correct,
.Nx
doesn't use it.
1999-02-20 19:18:10 +03:00
Motorola has acknowledged a year 2000 bug in some versions of the MVME147
whereby the day of the week
1999-01-13 10:30:01 +03:00
doesn't get set correctly by the 147Bug PROM.
.Em It does not affect
.Nx "" !
.Pp
1999-02-20 19:18:10 +03:00
Also make sure that your board's ethernet address is initialised to
1997-12-18 22:20:10 +03:00
the correct value. You'll find the address on a label on the inside of
1999-02-20 19:18:10 +03:00
the MVME147's front panel, and on the VMEbus P2 connector of the MVME167.
On the MVME147, enter the last five digits of the address
using the 'lsad' command. On the MVME167, you should use the 'cnfg' command.
1999-01-13 10:30:01 +03:00
.Pp
1997-12-18 22:20:10 +03:00
To install successfully to a local SCSI disk, you need to ensure that
1999-02-20 19:18:10 +03:00
1x7Bug is aware of what targets are connected to the SCSI bus. This
1997-12-18 22:20:10 +03:00
can be done by issueing the following command:
1999-01-13 10:30:01 +03:00
.Pp
1999-02-20 19:18:10 +03:00
.Dl 1x7-Bug\*> Ic iot;t
1999-01-13 10:30:01 +03:00
.Pp
1999-02-20 19:18:10 +03:00
At this point, 1x7Bug will scan for any attached SCSI devices. After
a short delay, a list of SCSI devices will be displayed. 147Bug will
ask if LUNs should be assigned from SCSI ids, to which you should
1997-12-18 22:20:10 +03:00
answer Y. You should also answer Y when asked if the information is
1999-02-20 19:18:10 +03:00
to be saved to NVRAM. 167Bug does not prompt for this information.
1999-01-13 10:30:01 +03:00
.Pp
1997-12-18 22:20:10 +03:00
The following installation instructions will assume that your target
SCSI disk drive appears at SCSI-id 0. If you have a tape drive, the
instructions assume is is configured for SCSI-id 5. When the RAMDISK
1999-01-13 10:30:01 +03:00
root boots,
.Nx
will refer to these devices as 'sd0' and 'rst0'
1997-12-18 22:20:10 +03:00
respectively. You may wish to note these down; you'll be using them
a lot. :-)