Hi all,
After booting my blueSCSIv2 with 32 GB Sandisk sdcard into a Sparcstation 2, I keep getting LUNS 0-7 reported.
the img command used was:
sudo dd if=/dev/zero of=HD30_512.hda bs=512 count=2041200 status=progress
and returned:
1045094400 bytes (1,0 GB, 997 MiB) copied, 14,5246 s, 72,0 MB/s
the .ini file looks like this:
[SCSI]
System = Generic
[SCSI3]
Quirks = None
RespondToAllLuns = 0
HeadsPerCylinder = 16
SectorsPerTrack = 128
BlockSize = 512
Logfile:
Platform: BlueSCSI (Pico1)
FW Version: 2026.04.27-rel Apr 28 2026 00:33:46
Flash chip size: 2048 kB
I2C Supported
=== Bootloader Log ===
[0ms] Bootloader version: Apr 28 2026 00:33:33 BlueSCSI
[0ms] Looking for firmware: BlueSCSI_Pico_DaynaPORT*.bin
[247ms] Bootloader continuing to main firmware
=== End Bootloader Log ===
Reclock RP2040 & Pico 1/1W based boards to standardized speed
Initial Clock set to 125MHz
Reclocking the MCU to 203MHz
Setting the SDIO clock to 41MHz
After reclocking, system reports clock set to 203MHz
=== SD Card Info ===
SD card detected, FAT32 volume size: 30419 MB
SD Name: SN32G, MID: 0x03 (SanDisk), OID: "SD" (0x53 0x44)
=== Global Config ===
Reading configuration from bluescsi.ini
Using system preset "Generic"
=== Finding images ===
[SCSI3]
-- SectorsPerTrack = 128
-- HeadsPerCylinder = 16
-- BlockSize = 512
=== Finding images in / ===
[SCSI3]
-- SectorsPerTrack = 128
-- HeadsPerCylinder = 16
-- BlockSize = 512
== Opening /HD30_512.hda for ID:3 LUN:0
---- Configuring as disk drive
== Platform supports ROM drive up to 800 kB
=== Configured SCSI Devices ===
ID: 3, BlockSize: 512, Type: Fixed, Quirks: None, Size: 1020600kB
Clock set to: 203MHz
Initialization complete!
INFO: Pico Voltage: 3.192V.
Why do i get multiple LUNS?
Thanks in advance.
Albert.
Hi all,
After booting my blueSCSIv2 with 32 GB Sandisk sdcard into a Sparcstation 2, I keep getting LUNS 0-7 reported.
the img command used was:
sudo dd if=/dev/zero of=HD30_512.hda bs=512 count=2041200 status=progress
and returned:
1045094400 bytes (1,0 GB, 997 MiB) copied, 14,5246 s, 72,0 MB/s
the .ini file looks like this:
[SCSI]
System = Generic
[SCSI3]
Quirks = None
RespondToAllLuns = 0
HeadsPerCylinder = 16
SectorsPerTrack = 128
BlockSize = 512
Logfile:
Platform: BlueSCSI (Pico1)
FW Version: 2026.04.27-rel Apr 28 2026 00:33:46
Flash chip size: 2048 kB
I2C Supported
=== Bootloader Log ===
[0ms] Bootloader version: Apr 28 2026 00:33:33 BlueSCSI
[0ms] Looking for firmware: BlueSCSI_Pico_DaynaPORT*.bin
[247ms] Bootloader continuing to main firmware
=== End Bootloader Log ===
Reclock RP2040 & Pico 1/1W based boards to standardized speed
Initial Clock set to 125MHz
Reclocking the MCU to 203MHz
Setting the SDIO clock to 41MHz
After reclocking, system reports clock set to 203MHz
=== SD Card Info ===
SD card detected, FAT32 volume size: 30419 MB
SD Name: SN32G, MID: 0x03 (SanDisk), OID: "SD" (0x53 0x44)
=== Global Config ===
Reading configuration from bluescsi.ini
Using system preset "Generic"
=== Finding images ===
[SCSI3]
-- SectorsPerTrack = 128
-- HeadsPerCylinder = 16
-- BlockSize = 512
=== Finding images in / ===
[SCSI3]
-- SectorsPerTrack = 128
-- HeadsPerCylinder = 16
-- BlockSize = 512
== Opening /HD30_512.hda for ID:3 LUN:0
---- Configuring as disk drive
== Platform supports ROM drive up to 800 kB
=== Configured SCSI Devices ===
ID: 3, BlockSize: 512, Type: Fixed, Quirks: None, Size: 1020600kB
Clock set to: 203MHz
Initialization complete!
INFO: Pico Voltage: 3.192V.
Why do i get multiple LUNS?
Thanks in advance.
Albert.