FAST‐20 Ultra SCSI support - ZuluSCSI/ZuluSCSI-firmware GitHub Wiki
Ultra SCSI is enabled by default with both ZuluSCSI Wide. and ZuluSCSI Blaster. No configuration via ini file is required, only a single image file, such as HD0.img or CD1.img
The following settings are only necessary if you are using a ZuluSCSI RP2040 or ZuluSCSI Pico.
Enabling Ultra SCSI support on ZuluSCSI RP2040/Pico
As of firmware revision v2024.12.03, there is support for synchronous transfer rates above 10MB/second. Your SCSI controller must support this. All classic 68K and PowerPC Macintosh computers do not contain a built-in SCSI controller that is capable of supporting SCSI at speeds of above 10 megabytes per second.
In order to achieve this, a ZuluSCSI RP2040 or ZuluSCSI Pico is required.
ZuluSCSI V1.x hardware is not capable of supporting these extended transfer modes.
To enable support for 20MHz Ultra SCSI on ZuluSCSI RP2040/Pico1, two parameters must be set in a zuluscsi.ini file, which must be present in the root directory of the SD card:
[SCSI]
SpeedGrade=TurboMax
MaxSyncSpeed=20
The first parameter instructs the firmware to overclock the RP2040 to 250MHz, from the default clock rate of 133MHz. No active or passive cooling is needed when overclocking.
Performance
With Ultra SCSI mode enabled, maximum read throughput of approximately 17.5MB/sec is achievable, which represents an 80% improvement in read performance. Maximum write speeds of up to 11MB/second have been observed.