Use \*[Lt] and \*[Gt].
This commit is contained in:
parent
aa93fc3fa8
commit
b49430fc1c
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: prep,v 1.8 2008/04/30 13:10:48 martin Exp $
|
||||
.\" $NetBSD: prep,v 1.9 2008/09/06 21:49:33 tsutsui Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -71,12 +71,12 @@ Uncompress the gzimg file and place it into the TFTP server's
|
||||
download area (note, the kernel inside the gzimg is still
|
||||
compressed after this step).
|
||||
.Pp
|
||||
.Dl server# Ic gzcat gzimg_TS7200_flash_0x60660000.gz > /tftpboot/gzimg_TS7200_flash_0x60660000
|
||||
.Dl server# Ic gzcat gzimg_TS7200_flash_0x60660000.gz \*[Gt] /tftpboot/gzimg_TS7200_flash_0x60660000
|
||||
.It
|
||||
Load the gzimg from the TFTP server.
|
||||
.Pp
|
||||
.Bd -literal
|
||||
RedBoot\*> load -r -b 0x00200000 gzimg_TS7200_flash_0x60660000
|
||||
RedBoot\*[Gt] load -r -b 0x00200000 gzimg_TS7200_flash_0x60660000
|
||||
Raw file loaded 0x00200000-0x00605fe0
|
||||
.Ed
|
||||
.It
|
||||
@ -88,15 +88,15 @@ Flash Image System, see the RedBoot documentation. The factory default
|
||||
Linux image may already be present in flash and must be deleted before
|
||||
continuing.
|
||||
.Bd -literal
|
||||
RedBoot\*> fis delete vmlinux
|
||||
RedBoot\*> fis create -b 0x00200000 -f 0x60660000 -l 0x00160000 netbsd.gz
|
||||
RedBoot\*[Gt] fis delete vmlinux
|
||||
RedBoot\*[Gt] fis create -b 0x00200000 -f 0x60660000 -l 0x00160000 netbsd.gz
|
||||
.Ed
|
||||
.enum)
|
||||
.Pp
|
||||
Once the compressed kernel image has been copied into flash, it may
|
||||
be started by jumping to the flash address of the image:
|
||||
.Bd -literal
|
||||
RedBoot\*> g 0x60660000
|
||||
RedBoot\*[Gt] g 0x60660000
|
||||
.Ed
|
||||
.
|
||||
.Ss2 Preparation for the Intel IQ80310
|
||||
@ -134,7 +134,7 @@ Copyright (C) 2000, Red Hat, Inc.
|
||||
RAM: 0xa0000000-0xa2000000
|
||||
FLASH: 0x00000000 - 0x00800000, 64 blocks of 0x00020000 bytes each.
|
||||
IP: 192.168.0.10, Default server: 192.168.0.1
|
||||
RedBoot\*>
|
||||
RedBoot\*[Gt]
|
||||
.Ed
|
||||
.Pp
|
||||
A compressed kernel image and loader suitable for placing into
|
||||
@ -157,12 +157,12 @@ Uncompress the gzimg file and place it into the TFTP server's
|
||||
download area (note, the kernel inside the gzimg is still
|
||||
compressed after this step).
|
||||
.Pp
|
||||
.Dl server# Ic gzcat gzimg_IQ80310_flash_0x00080000.gz > /tftpboot/gzimg_IQ80310_flash_0x00080000
|
||||
.Dl server# Ic gzcat gzimg_IQ80310_flash_0x00080000.gz \*[Gt] /tftpboot/gzimg_IQ80310_flash_0x00080000
|
||||
.It
|
||||
Load the gzimg from the TFTP server.
|
||||
.Pp
|
||||
.Bd -literal
|
||||
RedBoot\*> load -r -b 0xa0200000 gzimg_IQ80310_flash_0x00080000
|
||||
RedBoot\*[Gt] load -r -b 0xa0200000 gzimg_IQ80310_flash_0x00080000
|
||||
Raw file loaded 0xa0200000-0xa0305fe0
|
||||
.Ed
|
||||
.It
|
||||
@ -172,7 +172,7 @@ command to copy the image into flash.
|
||||
For more information on the RedBoot
|
||||
Flash Image System, see the RedBoot documentation.
|
||||
.Bd -literal
|
||||
RedBoot\*> fis create -b 0xa0200000 -f 0x00080000 -l 0x00200000 netbsd.gz
|
||||
RedBoot\*[Gt] fis create -b 0xa0200000 -f 0x00080000 -l 0x00200000 netbsd.gz
|
||||
.Ns ... Erase from 0x00080000-0x00280000: ....................
|
||||
.Ns ... Program from 0xa0200000-0xa0400000 at 0x00080000: ....................
|
||||
.Ns ... Unlock from 0x007e0000-0x00800000: .
|
||||
@ -185,20 +185,20 @@ RedBoot\*> fis create -b 0xa0200000 -f 0x00080000 -l 0x00200000 netbsd.gz
|
||||
Once the compressed kernel image has been copied into flash, it may
|
||||
be started by jumping to the flash address of the image:
|
||||
.Bd -literal
|
||||
RedBoot\*> g 0x00080000
|
||||
RedBoot\*[Gt] g 0x00080000
|
||||
|
||||
\*>\*> NetBSD/IQ80310 Gzip Boot, Revision 1.1
|
||||
\*>\*> (root@tgm, Thu Mar 28 18:32:45 PST 2002)
|
||||
\*>\*> RAM 0xa0000000 - 0xafffffff, heap at 0xaffd0000
|
||||
\*>\*> Load address: 0xa0200000
|
||||
\*>\*> Image size: 741244
|
||||
\*[Gt]\*[Gt] NetBSD/IQ80310 Gzip Boot, Revision 1.1
|
||||
\*[Gt]\*[Gt] (root@tgm, Thu Mar 28 18:32:45 PST 2002)
|
||||
\*[Gt]\*[Gt] RAM 0xa0000000 - 0xafffffff, heap at 0xaffd0000
|
||||
\*[Gt]\*[Gt] Load address: 0xa0200000
|
||||
\*[Gt]\*[Gt] Image size: 741244
|
||||
Uncompressing image...done.
|
||||
Jumping to image @ 0xa0200000...
|
||||
|
||||
NetBSD/evbarm (IQ80310) booting ...
|
||||
Resetting secondary PCI bus...
|
||||
initarm: Configuring system ...
|
||||
physmemory: 65536 pages at 0xa0000000 -\*> 0xafffffff
|
||||
physmemory: 65536 pages at 0xa0000000 -\*[Gt] 0xafffffff
|
||||
init subsystems: stacks vectors undefined pmap irq done.
|
||||
[ using 155084 bytes of netbsd ELF symbol table ]
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
@ -233,7 +233,7 @@ fxp0: Ethernet address 00:80:4d:46:0b:b9
|
||||
inphy0 at fxp0 phy 1: i82555 10/100 media interface, rev. 4
|
||||
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
|
||||
clock: hz=100 stathz=0 profhz=0
|
||||
boot device: \*<unknown\*>
|
||||
boot device: \*[Lt]unknown\*[Gt]
|
||||
root device:
|
||||
.Ed
|
||||
.
|
||||
@ -276,7 +276,7 @@ Copyright (C) 2000, 2001, 2002, Red Hat, Inc.
|
||||
|
||||
RAM: 0x00000000-0x08000000, 0x00017008-0x01ddd000 available
|
||||
FLASH: 0xf0000000 - 0xf0800000, 64 blocks of 0x00020000 bytes each.
|
||||
RedBoot\*>
|
||||
RedBoot\*[Gt]
|
||||
.Ed
|
||||
.Pp
|
||||
A compressed kernel image and loader suitable for placing into
|
||||
@ -299,12 +299,12 @@ Uncompress the gzimg file and place it into the TFTP server's
|
||||
download area (note, the kernel inside the gzimg is still
|
||||
compressed after this step).
|
||||
.Pp
|
||||
.Dl server# Ic gzcat gzimg_IQ80321_flash_0xf0080000.gz > /tftpboot/gzimg_IQ80321_flash_0xf0080000
|
||||
.Dl server# Ic gzcat gzimg_IQ80321_flash_0xf0080000.gz \*[Gt] /tftpboot/gzimg_IQ80321_flash_0xf0080000
|
||||
.It
|
||||
Load the gzimg from the TFTP server.
|
||||
.Pp
|
||||
.Bd -literal
|
||||
RedBoot\*> load -r -b 0x00200000 gzimg_IQ80321_flash_0xf0080000
|
||||
RedBoot\*[Gt] load -r -b 0x00200000 gzimg_IQ80321_flash_0xf0080000
|
||||
Raw file loaded 0x00200000-0x00305fe4
|
||||
.Ed
|
||||
.It
|
||||
@ -314,7 +314,7 @@ command to copy the image into flash.
|
||||
For more information on the RedBoot
|
||||
Flash Image System, see the RedBoot documentation.
|
||||
.Bd -literal
|
||||
RedBoot\*> fis create -b 0x00200000 -f 0xf0080000 -l 0x00200000 netbsd.gz
|
||||
RedBoot\*[Gt] fis create -b 0x00200000 -f 0xf0080000 -l 0x00200000 netbsd.gz
|
||||
* CAUTION * about to program 'netbsd.gz'
|
||||
at 0xf0080000..0xf027ffff from 0x00200000 - are you sure (y/n)? y
|
||||
.Ns ... Erase from 0xf0080000-0xf0280000: .......................
|
||||
@ -329,19 +329,19 @@ RedBoot\*> fis create -b 0x00200000 -f 0xf0080000 -l 0x00200000 netbsd.gz
|
||||
Once the compressed kernel image has been copied into flash, it may
|
||||
be started by jumping to the flash address of the image:
|
||||
.Bd -literal
|
||||
RedBoot\*> g 0xf0080000
|
||||
RedBoot\*[Gt] g 0xf0080000
|
||||
|
||||
\*>\*> NetBSD/IQ80321 Gzip Boot, Revision 1.1
|
||||
\*>\*> (root@tgm, Thu Mar 28 18:32:45 PST 2002)
|
||||
\*>\*> RAM 0xa0000000 - 0xa7ffffff, heap at 0xa7fd0000
|
||||
\*>\*> Load address: 0xa0200000
|
||||
\*>\*> Image size: 739495
|
||||
\*[Gt]\*[Gt] NetBSD/IQ80321 Gzip Boot, Revision 1.1
|
||||
\*[Gt]\*[Gt] (root@tgm, Thu Mar 28 18:32:45 PST 2002)
|
||||
\*[Gt]\*[Gt] RAM 0xa0000000 - 0xa7ffffff, heap at 0xa7fd0000
|
||||
\*[Gt]\*[Gt] Load address: 0xa0200000
|
||||
\*[Gt]\*[Gt] Image size: 739495
|
||||
Uncompressing image...done.
|
||||
Jumping to image @ 0xa0200000...
|
||||
|
||||
NetBSD/evbarm (IQ80321) booting ...
|
||||
initarm: Configuring system ...
|
||||
physmemory: 32768 pages at 0xa0000000 -\*> 0xa7ffffff
|
||||
physmemory: 32768 pages at 0xa0000000 -\*[Gt] 0xa7ffffff
|
||||
init subsystems: stacks vectors undefined pmap irq done.
|
||||
[ using 155076 bytes of netbsd ELF symbol table ]
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
@ -372,6 +372,6 @@ wm0: Ethernet address 00:07:e9:03:38:40
|
||||
makphy0 at wm0 phy 1: Marvell 88E1000 Gigabit PHY, rev. 0
|
||||
makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
|
||||
clock: hz=100 stathz=0 profhz=0
|
||||
boot device: \*<unknown\*>
|
||||
boot device: \*[Lt]unknown\*[Gt]
|
||||
root device:
|
||||
.Ed
|
||||
|
Loading…
Reference in New Issue
Block a user