Created SCSI Vendor Config (markdown)

Eric Helgeson 2021-06-01 12:32:55 -05:00
parent 58820c9cf3
commit 8e2126c243

15
SCSI-Vendor-Config.md Normal file

@ -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·
```