Replies: 3 comments
-
|
Please attach full debug logs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Nothing sticks out - I use the 2940UW for testing all the time. On the latest nightly firmware can you try 3 items/boots with full log: ; boot 1
[SCSI]
System=Generic
Debug=1
EnableSCSI2 = 0
; boot 2
[SCSI]
System=Generic
Debug=1
EnableSelLatch = 1
; boot 3
[SCSI]
System=Generic
Debug=1
PhaseChangeDelay = 100And provide the logs and observed behavior. 2 years of changes is a lot to try to understand where it occurred. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
My BlueSCSI Pico1 is selected successfully as SCSI ID 0 by two different Adaptec PC SCSI host adapters, but communication then stalls in the
MESSAGE_OUTphase and ends in a watchdog timeout.The same BlueSCSI unit, SD card, and image can be detected on a Macintosh.
The problem is reproducible with both:
2026.04.27-rel2024.04.02-releaseTherefore, it does not appear to be a regression limited to the latest firmware.
Hardware
BlueSCSI platform: Pico1 / RP2040
BlueSCSI PCB revision: 2023.09a
Host adapters tested:
AHA-1542B BIOS version: 3.20
AHA-2940UW BIOS version: 2.20
Connection: internal narrow SCSI
SD card: 4 GB FAT32, Class 4
SCSI target ID: 0
Target LUN: 0
The same BlueSCSI unit works when connected to a Macintosh.
Images tested
Hard disk image
CD-ROM image
Both device types fail at the same SCSI bus phase, before any disk data is read.
Configuration
The log confirms that the Generic preset is active and that the device has
Quirks: None.Reproduction steps
MESSAGE_OUT.Main failure log
This is reproducible with both firmware versions:
No valid CDB is received. The failure occurs before
INQUIRY,TEST UNIT READY,REQUEST SENSE, or any disk read command.Additional behavior seen with 2026.04.27-rel
On some boots, communication progressed past
MESSAGE_OUT, but every command byte was decoded as0x80:This repeated several times and eventually ended with:
The repeated
0x80bytes do not appear to be a valid CDB from the host.Tests already performed
2026.04.27-relto2024.04.02-release.Changing the host adapter and rolling back the firmware did not change the failure phase.
Expected behavior
After selection, BlueSCSI should receive the IDENTIFY message and a valid command such as
INQUIRYorTEST UNIT READY, allowing the Adaptec BIOS or SCSI utility to detect the device.Actual behavior
The target enters
MESSAGE_OUT, but no complete message or command is transferred. It either:MESSAGE_OUTuntil the watchdog resets the bus; or0x80bytes as an unknown command.P.S.
If needed, i can provide:
log.txtfrom2026.04.27-rellog.txtfrom2024.04.02-releaseBeta Was this translation helpful? Give feedback.
All reactions