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