mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-21 11:31:56 +00:00
1.3 KiB
1.3 KiB
Setup starting from scratch
- DIY instructions and PCB coming but it is recommended to buy a board from Ralle Palaveev
- Attach Raspberry Pi Zero 2 W with a micro USB OTG cable
- Install Raspberry Pi OS on microSD card using a modern computer
- Use Raspberry Pi Imager
- Click "Choose OS"
- Select Other => "Raspberry Pi OS Lite (64 bit)" for the Zero 2 W
- Click on the gear icon in the bottom right
- Enable ssh
- Set password
- Configure wifi
- Set locale settings
- Put microSD card in the RPi
- Install the expansion card into the Apple II
- Power on the Apple II
- Use
ssh
to connect to the RPi using the password you configured wget --no-cache -O - https://raw.githubusercontent.com/tjboldt/Apple2-IO-RPi/main/RaspberryPi/setup.sh 1 | bash
Options
You can support two drives and change their drive images.
- Modify the
ExecStart
line in/etc/systemd/system/apple2driver.service
and make it something like the following:ExecStart=/home/pi/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver -cdc=true -d1 /home/pi/Apple2-IO-RPi/RaspberryPi/Apple2-IO-RPi.hdv -d2 /home/pi/Apple2-IO-RPi/RaspberryPi/TotalReplay401.hdv
sudo systemctl daemon-reload
sudo systemctl restart apple2driver.service