From 8e2126c243d1d326c81610cf3528b78bbaba22f7 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Tue, 1 Jun 2021 12:32:55 -0500 Subject: [PATCH] Created SCSI Vendor Config (markdown) --- SCSI-Vendor-Config.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SCSI-Vendor-Config.md diff --git a/SCSI-Vendor-Config.md b/SCSI-Vendor-Config.md new file mode 100644 index 0000000..9870cb5 --- /dev/null +++ b/SCSI-Vendor-Config.md @@ -0,0 +1,15 @@ +By default the BlueSCSI is detected as a `QUANTUM FIREBALL0 1.0` - which is great for Vintage Mac computers. + +If you wish to override this you can place a text file on the root of the SD Card named `scsi-info.txt` with three lines: + +* The first line is the vendor and must be exactly 8 characters. (add spaces if not) +* The second line is the product and must be exactly 16 characters. (add spaces if not) +* The third line is the version and must be exactly 4 characters. (add spaces if not) + +Example (`·` == `blank space`): +``` +SEAGATE·· +ST410800N······· +1.0· + +``` \ No newline at end of file