mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-11-29 10:50:57 +00:00
Created SCSI Vendor Config (markdown)
parent
58820c9cf3
commit
8e2126c243
15
SCSI-Vendor-Config.md
Normal file
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·
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user