-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CD-ROM image loading error ZuluSCSI Pico DaynaPORT 2023-11-27 #345
Comments
Hi @beezbo , could you provide your zuluscsi.ini file and the full log that isn't working? |
@morio Thanks for your response. Here are the files you requested with some PII removed. |
@beezbo thank you fort this report. We have investigated this, and determined that this is in fact a regression, which occurred after the release of the September 9th release. The only work-around at this point would be to revert to firmware v2023.09.06, which will work for any non-Pico ZuluSCSI RP2040 users, as well as ZuluSCSI V1.1 users. Unfortunately, reverting to v2023.09.06 is not an option for the Pico hardware, because the above-mentioned release was made prior to the addition of the ZuluSCSI Pico build target. For all ZuluSCSI Pico users, you will need to wait for us to commit a fix, which should happen in a few days time. |
This is for issue #345 The bug was introduced in https://github.com/ZuluSCSI/ZuluSCSI-firmware/releases/tag/v2023.10.20 This fixes an issue when the device specific options in the `zuluscsi.ini` file `IMG0`-`IMG9` are set along with `Type` set to anything besides 0. The type would be ignored and the device would always be set to a fixed device (Type=0). The underlying fix was to add a new device type `S2S_CFG_NOT_SET`, which is only used in initialization to determine where the device type should be overwritten.
Hi @beezbo, I'm pretty sure I found the bug and have a fix, try this build: |
@beezbo for convenience, here are the two Pico-specific firmware blobs, for you to test with. The other link above includes builds for all supported ZuluSCSI platforms, and is quite large, as it includes debug ELF files as well. They're in a small zip file, which is only 632kB in size: ZuluSCSI_Pico_DaynaPORT_2023-12-04_703a752.zip |
@morio @aperezbios Thanks for looking into this and providing a fix!! It seems to be working fine now. Appreciate the quick support. |
I am finding that there is an issue where it seems like this firmware is trying to load the bin or iso file as a disk image. If I load the same micro sd card with no changes in another Zulu board with an older firmware, the CD-ROM images load properly. Running system 7.1.1 on a 68k mac. Am I missing something?
In the log file:
working version:
The text was updated successfully, but these errors were encountered: