WarriorRocker
Member
Howdy, hope this is simple!
I have a ZuluSCSI mini and can't seem to get it to do anything.
Trying various image files and zuluscsi.ini changes always results in the question floppy screen.
Booting from a floppy containing 6.0.8 and I don't see any additional drives show on the desktop.
Can someone share their working zuluscsi.ini and perhaps a few known good images?
I get the single LED flash at power up, indicating it has found and loaded an image. Log file below:
I have a ZuluSCSI mini and can't seem to get it to do anything.
Trying various image files and zuluscsi.ini changes always results in the question floppy screen.
Booting from a floppy containing 6.0.8 and I don't see any additional drives show on the desktop.
Can someone share their working zuluscsi.ini and perhaps a few known good images?
I get the single LED flash at power up, indicating it has found and loaded an image. Log file below:
Code:
[0ms] Platform: ZuluSCSI mini v1.0
[0ms] FW Version: 1.2.0-release Dec 21 2022 18:20:53
[0ms] DIPSW3 is ON: Enabling SCSI termination
[7ms] SD card detected, FAT64 volume size: 122106 MB
[8ms] SD MID: 0x1B, OID: 0x53 0x4D
[8ms] SD Name: GD4QT
[8ms] SD Date: 12/2017
[8ms] SD Serial: 0x59EC5DAB
[12ms] Reading configuration from zuluscsi.ini
[12ms] Active configuration:
[24ms] -- SelectionDelay: 255
[1121ms] Finding HDD images in directory /:
[1123ms] -- Opening /HD6.hda for id:6 lun:0
[1124ms] ---- Image file is contiguous, SD card sectors 4014848 to 4080383
[1125ms] ---- Read prefetch enabled: 8192 bytes
[1185ms] SCSI ID:6 BlockSize:512 Type:0 Quirks:1 ImageSize:32768kB
[1692ms] SCSI PHY operating mode: PIO
[1692ms] Initialization complete!
[8217ms] DBG BUS RESET
[8217ms] DBG BUS RESET
[8462ms] DBG -- BUS_BUSY
[8462ms] DBG ---- SELECTION: 6
[8464ms] DBG ---- COMMAND: Read6
[8464ms] DBG ------ OUT: 0x08 0x00 0x00 0x00 0x01 0x00
[8465ms] DBG ------ Read 1x512 starting at 0
[8466ms] DBG ---- DATA_IN
[8501ms] DBG ---- Total IN: 512 OUT: 0 CHECKSUM: 1860
[8502ms] DBG ---- STATUS: 0 GOOD
[8506ms] DBG ---- MESSAGE_IN
[8506ms] DBG ------ IN: 0x00
[8506ms] DBG -- BUS_FREE
[8507ms] DBG -- BUS_BUSY
[8507ms] DBG -- BUS_FREE
[8508ms] DBG -- BUS_BUSY
[8508ms] DBG -- BUS_FREE
[8509ms] DBG -- BUS_BUSY
[8510ms] DBG -- BUS_FREE
[8511ms] DBG -- BUS_BUSY
[8511ms] DBG -- BUS_FREE
[8512ms] DBG -- BUS_BUSY
[8512ms] DBG -- BUS_FREE
[8690ms] DBG -- BUS_BUSY
Code:
[SCSI]
# Settings that apply to all devices
Debug = 1 # 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
#DisableStatusLED 1 # 0: Use status LED, 1: Disable status LED
# Settings that can be needed for compatibility with some hosts
Quirks = 1 # 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 = 10 # Set to 5 or 10 to enable synchronous SCSI mode, 0 to disable
# ROM settings
#DisableROMDrive = 1 # Disable the ROM drive if it has been loaded to flash
#ROMDriveSCSIID = 7 # Override ROM drive's SCSI ID
# 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
#ReinsertCDOnInquiry = 1 # Reinsert any ejected CD-ROM image on Inquiry command
# Settings can be overridden for individual devices.
#[SCSI2]
#Product = "Disk with ID2"
#[SCSI5]
#Product = "CD-ROM Drive"
#Type = 2
# If IMG0..IMG9 are specified, they are cycled after each CD eject command.
#IMG0 = FirstCD.iso
#IMG1 = SecondCD.iso
# Raw sector range from SD card can be passed through
# Format is RAW:first_sector:last_sector where sector numbers can be decimal or hex.
# If end sector is beyond end of SD card, it will be adjusted automatically.
# [SCSI4]
# IMG0 = RAW:0x00000000:0xFFFFFFFF # Whole SD card