A small SCSI device based on Teensy 3.5
Go to file
David Kuder c2bac1a9d0 This commit is seemingly stable with transfer speeds around 1.5MB/s - 1.6MB/s, equal to speeds obtained
from TinySCSIEmu with the NCR5380 PHY. Successfully booted OpenVMS and Digital UNIX on an DEC Alpha 3000/300.

+ Interrupt-driven SCSI Data bus for Read & Write block routines
+ Low-Level Hardware register access for GPIO manipulation
+ Initial Optical Drive Emulation ported from TinySCSIEmu
+ Additional Mode Sense / Mode Select work to enable booting OpenVMS and Digital UNIX from CD or HD
+ Per-ID Inquiry Response editing via [CH]Dxx_xxx.cfg files instead of SCSI_CONFIG.TXT (same format)
+ Images should now be named CDxx_xxx.img or HDxx_xxx.img instead of HDxx_xxx.hda
2021-11-22 17:33:52 -05:00
src This commit is seemingly stable with transfer speeds around 1.5MB/s - 1.6MB/s, equal to speeds obtained 2021-11-22 17:33:52 -05:00
GreenSCSI-DeadBug.jpg Add files via upload 2021-11-19 02:39:23 -06:00
LICENSE Update LICENSE 2021-11-19 03:38:46 -05:00
README.md Update README.md 2021-11-19 03:41:57 -05:00

GreenSCSI

DeadBug assembly of a Teensy 3.5 directly on a 50 pin SCSI header!

GreenSCSI, BlueSCSI & ArdSCSino are hardware that reproduces SCSI devices (hard disks) with Arduino like devices.

GreenSCSI created by https://github.com/dkgrizzly[dkgrizzly] is a fork of BlueSCSI which adds:

  • Teensy 3.5 (Kinetis K64...) support
  • Better LUN handling

BlueSCSI created by https://github.com/erichelgeson[erichelgeson] is a fork of ArdSCSino-stm32

ArdSCSino-stm32 created by https://github.com/ztto/ArdSCSino-stm32[ztto] is the STM32 version of ArdSCSino

ArdSCSino created by https://twitter.com/h_koma2[Tambo (TNB Seisakusho)]