Updated Home (markdown)

Eric Helgeson 2021-01-16 12:57:30 -06:00
parent 97c2c0f3cb
commit dbe1de36c9
1 changed files with 26 additions and 0 deletions

26
Home.md

@ -10,6 +10,32 @@ SE, SE/30, Classic, Classic II, Color Classic, LC I/II/III
Plus
## Usage
Hard Disk image files are placed in the root directory of a `FAT32` formatted SD card.
The naming convention is as follows:
`HDxy_512.HDS`
```
HD - Hard Disk
x - SCSI ID to attach to. 0-7 (though 7 on a Macintosh is the System)
y - LUN id usually 0.
512 - Sector size. Usually 512.
```
Example:
`HD10_512.HDS` - Hard Disk at SCSI ID 1, LUN 0, sector size of 512.
Note you may mount multiple drives at a time.
If no image files are found PC13 will pulse on and off.
### Termination
To enable termination place the two jumpers on the TERM block. Termination should be enabled if it is the last device in the chain - which is normally how it is used.
## Setup Arduino IDE
You only need to setup the Arduino IDE if you are planning on developing and contributing to the project. Otherwise flash a provided `.bin` file.