mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-04 09:05:53 +00:00
52c2aa474f
* Rebrand project to PiSCSI - rascsi ->piscsi - rasctl -> scsictl - rasdump -> scsidump - ras* -> piscsi* (rasutil -> piscsi_util, etc.) * Refined the formatting and wording of the app startup banner * Kept some references to rascsi and rasctl where backwards compatibility is concerned * Point to the new github repo URL Co-authored-by: nucleogenic <nr@nucleogenic.com> Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
36 lines
1.2 KiB
Groff
36 lines
1.2 KiB
Groff
.TH scsiloop 1
|
|
.SH NAME
|
|
scsiloop \- Tool for testing the PiSCSI board with a loopback adapter installed
|
|
.SH SYNOPSIS
|
|
.B scsiloop
|
|
[\fB\-L\fR \fILOG_LEVEL\fR]
|
|
.SH DESCRIPTION
|
|
.B scsiloop
|
|
Performs a self-test of the PiSCSI hardware to ensure that the board is functioning properly. In order for this tool to work, a special loopback cable MUST be attached to the PiSCSI SCSI connector.
|
|
|
|
In addition to testing the GPIO signals, scsiloop will perform a self-test of the hardware timers that are built into the system on a chip (SoC).
|
|
|
|
The loopback connections for the DB25 connector are shown here:
|
|
|
|
|Pin | Name | Pin | Name |
|
|
+----+------+-----+------+
|
|
| 1 | REQ | 13 | DB7 |
|
|
| 2 | MSG | 12 | DB6 |
|
|
| 3 | I/O | 11 | DB5 |
|
|
| 4 | RST | 10 | DB3 |
|
|
| 5 | ACK | 8 | DB0 |
|
|
| 6 | BSY | 20 | DBP |
|
|
| 15 | C/D | 23 | DB4 |
|
|
| 17 | ATN | 22 | DB2 |
|
|
| 19 | SEL | 21 | DB1 |
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR \-L\fI " " \fILOG_LEVEL
|
|
The piscsi log level (trace, debug, info, warn, err, off). The default log level is 'info'.
|
|
|
|
.SH SEE ALSO
|
|
scsictl(1), piscsi(1), scsimon(1)
|
|
|
|
Full documentation is available at: <https://www.piscsi.com>
|