Releases: BlueSCSI/BlueSCSI-v2
Wi-Fi Beta
Download the .uf2 file below.
- How to Flash .uf2 file: https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Updating-Firmware#usb-method
Documentation can be found here: https://github.com/BlueSCSI/BlueSCSI-v2/wiki/WiFi-DaynaPORT
Code Discussion: https://github.com/BlueSCSI/BlueSCSI-v2/pulls
Non-code Discussion: https://tinkerdifferent.com/threads/bluescsi-v2-daynaport-wifi-beta.2857/
Known issues:
* Mac Plus (and probably portable) is unable to boot from BlueSCSI disk when flash with this firmware.
* LED on Pico is disabled
- ROM disk does not work when using this firmware
- Update via SD card may not work.
v2023.08.10
How to update
https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Updating-Firmware
What's Changed
- Implicit ImgDir by @erichelgeson in #52
- Users no longer have to configure ini files for sets of CD images, just use a folder named
CD3
filled with ISO's (where 3 is the SCSI ID)
- Users no longer have to configure ini files for sets of CD images, just use a folder named
- Fix rom drive by @erichelgeson in #57
- Resolves issue in previous release related to ROM drives
- DB25 2023_06a, Smaller Design by @androda in #58
Full Changelog: v2023.07.03...v2023.08.10
v2023.07.03
Full Changelog: v2023.04.10...v2023.07.03
Discussion: #48
How to Update: https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Updating-Firmware
Highlights
New!
- Hardware: 2023_03a version of Centronics 50 Pin #24 - @androda
- Support for Atari ST ICD extensions #36 - @mynameistroy
- Validate Macintosh Disks #43 - @erichelgeson
- .bin/.cue support - @PetteriAimonen @saybur CUEParser
- Various CD and Image Set fixes - @saybur @PetteriAimonen (see full changelog)
- Various CD SCSI commands and fixes - @saybur @PetteriAimonen (see full changelog)
- Monitor board supply voltage and warn if voltage drops too low. @PetteriAimonen 6dd37e3
- Log voltage when booting for troubleshooting - @erichelgeson ba4b501
- Improved OMTI support @Kars-de-Jong d7ccb90
- Add X68000 preset @erichelgeson be6d1ad
- Add rudimentary support for tapes - @Kars-de-Jong cc3587d
- More tape command implementations: Erase, Seek, ReadPosition, Write, ReadBlockLimits, WriteFilemarks (dummy result), Verify (dummy result) - @PetteriAimonen a75508c, ea15cd2
Fixes!
- Parity is properly ignored when Parity=0 #30 @mynameistroy
- Fix crash when using ID7 @erichelgeson c26d484
- Set Inquiry standard version based on EnableSCSI2 setting @PetteriAimonen 6b13c94
- Fix crash when switching between FAT and exFAT formatted cards. @PetteriAimonen 65a4566
- Add support for 2GB SD cards @PetteriAimonen 66c1e47
- Fixes hard coded block sizes in multiple locations. #47 - @erichelgeson
Chore!
- Update to [email protected] platform ccb2295 @erichelgeson
New or changed config params
Parity
is nowEnableParity
BlockSize
- allow block size to be overridden at the ini levelDisableConfigHook
- skip any defined Configuration Hooks
v2023.04.10
Changes
New
Update BOM files for new JLCPCB requirements @androda
Improve boot speeds @PetteriAimonen
Improve USB logging @PetteriAimonen
Improve Bootloader robustness and hangs @PetteriAimonen
Include SCSI command in crash log @PetteriAimonen
Handle bus reset during read prefetch @PetteriAimonen
Recover gracefully when DMA is busy at phase change @PetteriAimonen
Improve read only to handle HD images as well - @morio
Config
ReinsertCDOnInquiry
- if your device does not re-insert the virtual CD image on reboot, off by default @PetteriAimonen
System
- Allow for quick setting of system pre-sets such as Generic
, MacPlus
, and MegaSTE
@PetteriAimonen
Misc
Cleanup docs and documentation
Full Changelog: 06d0925...v2023.04.10
Flashing
Place the .bin
file on the root of the SD card. On next power up it will flash the firmware.
See Updating Firmware for more info.
v2023.01.25
Initial release!
See https://bluescsi.com/v2 for the announcement.
Flashing
Place the .bin
file on the root of the SD card. On next power up it will flash the firmware.
See Updating Firmware for more info.