Skip to content

August 2022 Release

Compare
Choose a tag to compare
@akuker akuker released this 28 Aug 21:36

How to update

  • Option 1: Download the attached pre-configured Raspberry Pi OS Lite image, and flash it onto a SD card. (Reminder: Backup all of your data before doing this!)
  • Option 2: On an existing RaSCSI installation, perform the following procedure:
cd ~/RASCSI
git pull
git checkout v22.08.01
./easyinstall.sh

Select option 1 in easyinstall.sh to rebuild and install

SD Card Info

  • Default username:password is pi : raspberry
  • Default host name is rascsi

What's Changed

RaSCSI improvements

Easyinstall Updates

Web UI improvements

  • Allow images to be extracted from StuffIt, tarball, gzip, and 7z, in addition to zip by @nucleogenic in #785 #789 #804
  • Add HTTPS support to web UI by @nucleogenic in #783
  • Add drive property for a generic 512 byte block size CD-ROM drive, for use with Akai samplers etc. by @rdmark in #808
  • Allow custom drive sizes in the create bespoke drives UI by @rdmark in #813

Other updates

Full Changelog: v22.07.02...v22.08.01