Update README.md

This commit is contained in:
Terence Boldt 2021-11-07 09:05:21 -05:00 committed by GitHub
parent 75a493143f
commit 00652eff8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ So far, this is a project and not a finished product. The current prototype is o
19. `./apple2driver`
20. Optional to step above, `./apple2driver -d1 YOUR_DRIVE.hdv` (Apple2-IO-RPi.hdv is automatically selected as drive 2), or `./apple2driver -d1 YOUR_DRIVE.hdv -d2 YOUR_SECOND_DRIVE.hdv`
21. Setup the Driver as a service or to autostart via cronjob (`crontab -e` then add the line `@reboot /home/pi/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver -d1 YOUR_DRIVE.hdv -d2 /home/pi/Apple2-IO-RPi/RaspberryPi/Apple2-IO-RPi.hdv > /home/pi/Apple2-IO-RPi/RaspberryPi/Apple2-IO-RPi.log`)
22. If you want to assemble 6502 code on the RPi:
1. Add to your ~/.profile `PATH=$PATH:/home/pi/ProDOS-Utilities`
2. Install cc65 with `sudo apt install cc65`
## Setup if you received a complete board from me
1. Put in any slot (slot 7 preferred as it is the first to boot)