Skip to content

Releases: uweseimet/scsi2pi

SCSI2Pi 3.4.1

22 Jul 18:53
Compare
Choose a tag to compare

The main change in this version:

  • A bug when reading CD images has been fixed (#92).

See the SCSI2Pi website for highly optimized 32/64 bit bullseye/bookworm binary packages.

SCSI2Pi 3.4

06 Jul 10:19
Compare
Choose a tag to compare

The main changes in this version:

  • Code optimizations for the FULLSPEC board.
  • The comparatively less performant legacy boards (aibom and gamernium) are no longer supported.
  • Code quality improvements.

See the SCSI2Pi website for highly optimized 32/64 bit bullseye/bookworm binary packages.

SCSI2Pi 3.3

05 Jun 08:05
Compare
Choose a tag to compare

The main changes in this version:

SCSI2Pi 3.2

02 May 15:37
Compare
Choose a tag to compare

The main changes in this version:

  • The current configuration can be saved as properties in /etc/s2p.conf with s2pctl or the SCSI Control App.
  • SCSI and SASI devices can share the bus.
  • Logging the bus signals with s2pexec and in_process_test, resp., is now optional.
  • The binary sizes have been reduced even more (compared to PiSCSI by about 25%), which is especially important for small Pis (Zero/Zero 2). The less memory is used the more is available for the sector cache.

SCSI2Pi 3.1.1

29 Mar 17:45
Compare
Choose a tag to compare

The main change in this version:

  • Minor bugfixes in the property evaluation/display.

SCSI2Pi 3.1

27 Mar 09:48
Compare
Choose a tag to compare

The main changes in this version:

  • The automatic creation of the PiSCSI bridge for the DaynaPort emulation can be switched off.
  • s2p automatically switches to a matching caching mode if the SCSI commands READ/WRITE LONG are used.
  • Numerous optimizations and even more compact binaries.

SCSI2Pi 3.0.2

10 Mar 16:57
Compare
Choose a tag to compare

The main changes in this version:

  • Further increased transfer rates, especially with small Pis. With a Pi Zero W the transfer rate is now about 25% higher than with PiSCSI.

SCSI2Pi 3.0.1

06 Mar 09:13
Compare
Choose a tag to compare

The main changes in this version:

  • During the installation a configuration file /etc/s2p.conf is created, if not yet present. Edit this file where needed, and subsequently restart the SCSI2Pi system service.
  • A bug in the language detection for error messages has been fixed.

SCSI2Pi 3.0

28 Feb 09:43
Compare
Choose a tag to compare

The main changes in this version:

  • The programs installed with the binary packages or with sudo make install can be launched without sudo.
  • The assignment of file extensions to device types is configurable.
  • The SCSI level is configurable.
  • As sector size any multiple of 4 is supported, which improves the compatibility with exotic platforms.
  • The READ/WRITE LONG implementation has been extended and covers more use cases.
  • s2p supports various caching modes.
  • The DaynaPort emulation supports Wifi also with Bookworm.
  • With the "-P" option s2pctl displays the current s2p settings. These can directly be used for a properties file like /etc/s2p.conf, making setting up a default configuration even easier.
  • s2pexec supports an interactive mode and offers improved scripting capabilities.
  • s2pexec accepts data for the DATA OUT phase on the command line.

SCSI2Pi 2.0.1

21 Feb 19:59
Compare
Choose a tag to compare

The main changes in this version:

  • The installation automatically creates a system service for s2p.
  • A potential timing issue has been fixed.
  • s2pctl now displays a correct error message when setting an invalid default folder location.
  • A bug in the printer emulation has been fixed.