Quote:OP, is there a reason you are using the 6.4 vs the RP2040 version?
No specific reason beyond that's the one I purchased. Frankly, I bought it before I appreciated any of the differences between the SCSI2SD project and the ZuluSCSI project, and differences between versions of the ZuluSCSI models themselves. It seems even the minutia is tough to sort out in the setting of a forum thread as well.
The longer version of how I got here is that in doing research I first came across the SCSI2SD device, and when looking it up found this page (
https://www.scsi2sd.com/index.php?title=SCSI2SD) which directly links to the ZuluSCSI V6.4 as the "direct successor". I didn't come to realize that there were other models (the naming convention of the ZuluSCSI being a newer "version number" than the version of the RP2040 or "base" ZuluSCSI hardware certainly doesn't help the confusion) until after I had the device and was trying to use it, and came across a ton of documentation that didn't seem to match the product I was trying to use.
I have been using the utility linked on the product page for the ZuluSCSI V6. I am not convinced that, with the V6, _any_ images need to be created on the SD card as of yet, nor that writing any data to the SD card manually even affects how the ZuluSCSI works. I've emailed the folks at rabbit hole computing to see if they have some more comprehensive docs for the thing as well as with a few sanity test questions. Will post any interesting content from that response here.
I'm also not ruling out the possiblity here that my specific device was DoA or has some deeper issue. The fact that my machine sees the SCSI devices and reports the correct block size of each (even when the SD card is completely empty) as I've been testing tells me at the very least that setting the properties via the utility is doing _something_. Based on context clues I think it's writing that configuration into the last two blocks on the SD card, rather than some sort of EEPROM or other non-volatile storage on the device. My current hypothesis is that the V6 uses the SD card as arbitrary block storage and handles the SCSI translation and offsetting of the blocks to the configured regions on the card, and cares not at all what might be on that card in terms of a filesystem or other image files.