RE: Introducing ZuluSCSI
I am having the worst time trying to get this thing to work with IRIX. I have been trying to install IRIX 5.3 and I keep getting write errors. I have SCSI2 turned off and have tried installing a ton of different ways. I created my images from my Linux system using dd: dd if=/dev/zero of=HD1.img iflag=fullblock bs=512K count=8500 && sync. I am using Samsung SD cards that are fast enough. I have the same problem no matter what SD card I have installed. I have tried on two different ChallengeS systems that were able to install just fine with real SCSI drives. Am I doing something wrong with the disk image creation? Is it not properly sized?
My current setup is to have the 5.3 iso I made from my Linux system as CDROM on SCSI ID2. Scsi term is on.
My current bare bones config:
[SCSI]
# Settings that apply to all devices
Debug = 0 # Same effect as DIPSW2, enables verbose log messages
SelectionDelay = 255 # Millisecond delay after selection, 255 = automatic, 0 = no delay
PhyMode = 0 # 0: Best available 1: PIO 2: DMA_TIMER 3: GREENPAK_PIO 4: GREENPAK_DMA
#Dir = "/" # Optionally look for image files in subdirectory
#Dir2 = "/images" # Multiple directories can be specified Dir1...Dir9
# Settings that can be needed for compatibility with some hosts
Quirks = 0 # 0: Standard, 1: Apple, 2: OMTI, 4: Xebec, 8: VMS
EnableUnitAttention = 0 # Post UNIT_ATTENTION status on power-on or SD card hotplug
EnableSCSI2 = 0 # Enable faster speeds of SCSI2
EnableSelLatch = 0 # For Philips P2000C and other devices that release SEL signal before BSY
MapLunsToIDs = 0 # For Philips P2000C simulate multiple LUNs
MaxSyncSpeed = 0 # Set to 5 or 10 to enable synchronous SCSI mode, 0 to disable
# Settings that can be specified either per-device or for all devices.
#Vendor = "QUANTUM"
#Product = "FIREBALL1"
#Version = "1.0"
#Serial = "0123456789ABCDEF"
#Type = 0 # 0: Fixed, 1: Removable, 2: Optical, 3: Floppy, 4: Mag-optical, 5: Tape
#TypeModifier = 0 # Affects only INQUIRY response
#SectorsPerTrack = 63
#HeadsPerCylinder = 255
#RightAlignStrings = 0 # Right-align SCSI vendor / product strings, defaults on if Quirks = 1
#PrefetchBytes = 8192 # Maximum number of bytes to prefetch after a read request, 0 to disable
# Settings can be overridden for individual devices.
[SCSI1]
Vendor = "SEAGATE"
Product = "ST225N"
Version = "1.0"
Serial = "0123456789ABCDEF"
Type = 0
TypeModifier = 0
#SectorsPerTrack = 63
#HeadsPerCylinder = 255
[SCSI2]
Product = "CD-ROM Drive 2"
Type = 2
#Dir2 = "/"
My log after a failed attempt:
[0ms] DIPSW3 is OFF: SCSI termination disabled
[1ms] Optional GreenPAK detected, loading firmware
[53ms] GreenPAK firmware successfully loaded
[267ms] SD card detected, FAT64 volume size: 30522 MB
[267ms] SD MID: 0x1B, OID: 0x53 0x4D
[268ms] SD Name: EB1QT
[268ms] SD Date: 3/2013
[268ms] SD Serial: 0xE05F3979
[270ms] Reading configuration from zuluscsi.ini
[270ms] Active configuration:
[275ms] -- SelectionDelay: 255
[281ms] -- EnableSCSI2 is on
[1454ms] Finding HDD images in directory /:
[1455ms] -- Opening /hd1.img for id:1 lun:0
[1455ms] ---- WARNING: file /hd1.img is not contiguous. This will increase read latency.
[1456ms] ---- Read prefetch enabled: 8192 bytes
[1509ms] SCSI ID:1 BlockSize:512 Type:0 Quirks:0 ImageSize:4194304kB
[2010ms] SCSI PHY operating mode: GREENPAK_DMA
[2011ms] Initialization complete!
[2011ms] Platform: ZuluSCSI v1.1
[2011ms] FW Version: 1.0.7-release Aug 25 2022 19:51:14
[9179ms] WARNING: . Current settings are 63 sectors x 255 heads = 16065 but image size of 8388608 sectors is not divisible. This can cause error messages in diagnostics tools.
[136617ms] SDIO SD card error on line 256, error code 28
[136617ms] SD card write failed: 0x9C
[137968ms] SDIO SD card error on line 256, error code 28
[137968ms] SD card write failed: 0x9C
[140850ms] SDIO SD card error on line 256, error code 28
[140850ms] SD card write failed: 0x9C
[140938ms] SdioCard::stopTransmission() timeout
[143220ms] SDIO SD card error on line 256, error code 28
[143220ms] SD card write failed: 0x9C
[143235ms] SdioCard::stopTransmission() timeout
[147057ms] SDIO SD card error on line 256, error code 28
[147057ms] SD card write failed: 0x9C
[148497ms] SDIO SD card error on line 256, error code 28
[148497ms] SD card write failed: 0x9C
[148531ms] SdioCard::stopTransmission() timeout
[149922ms] SDIO SD card error on line 256, error code 28
[149922ms] SD card write failed: 0x9C
[149949ms] SdioCard::stopTransmission() timeout
[151261ms] SDIO SD card error on line 256, error code 28
[151261ms] SD card write failed: 0x9C
|