BlueSCSI Issue With Performa

naruse

New Tinkerer
Sep 14, 2024
10
5
3
Can you turn on debug in the bluescsi.ini file and share the log from that? I guess I'd start by cleaning the SD card contacts and card holder with IPA. I find it odd that you'd get SD errors while the bluescsi is doing nothing.

What brand/markings are on the card that is having issues?
Alright, so the card I got is: https://www.amazon.ca/dp/B08L4Y37PC?ref=ppx_yo2ov_dt_b_fed_asin_title

here's my .ini file just to be 110% sure.

Code:
[SCSI1]
Debug=1 ; On

and the image is called
Code:
and the image is called HD1 - System 6.0.8.hda

... And I cannot get this to read anymore 🤦‍♂️

Code:
Platform: BlueSCSI
FW Version: 2024.09.15-rel Sep 15 2024 14:49:19
I2C Supported
Flash chip size: 2048 kB
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 5 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 4 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 6 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 5 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
SD card init failed, sdErrorCode: 2 sdErrorData: 0


Again, its worth mentioning that this exact same config just works on the other bluescsi board I got -- I think I just got a defective one :(.

I just cleaned the contacts and same result.
 

naruse

New Tinkerer
Sep 14, 2024
10
5
3
Could be - contact the person you got it from to see about what you can do.
Will do,

As an update, I havent been able to get it to work for the past few hours (sd format, press the SD card, check connections, etc) to get the SD back again; it just keeps saying

Code:
Platform: BlueSCSI
FW Version: 2024.09.15-rel Sep 15 2024 14:49:19
Flash chip size: 2048 kB
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 5 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 4 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 4 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
Timeout waiting for response in rp2040_sdio_command_R1(16), PIO PC: 5 RXF: 0 TXF: 0
SDIO SD card error on line 429, error code 2
SD card init failed, sdErrorCode: 2 sdErrorData: 0

Even when I switch the RPI pico W to another one; its the same output -- I will be following up with the person I got it from.

Thanks Eric :)