Apple2-IO-RPi/README.md
Oliver Schmidt 22ddd816e6
Updated URL.
2023-12-06 00:33:25 +01:00

1.1 KiB

Apple2-IO-RPi

See the upstream repo for the original, full info.

Installing

  1. Flash Apple2-IO-RPi.uf2 to the Raspberry Pi Pico.

  2. Execute steps 4.) - 10.) and 12.) on Setup new card from scratch.

  3. Execute wget --no-cache -O - https://raw.githubusercontent.com/oliverschmidt/apple2-io-rpi/main/RaspberryPi/setup.sh | bash

Using

  1. Access the two ProDOS 8 drives either via cold boot or PR#n.

  2. Make sure to check out SHELL and RPI.COMMAND in drive 1.

Building

  1. Execute assemble 1 in /Apple2 (requires cc65 and the ProDOS-Utilities).

  2. Build the project in /RaspberryPiPico (requires the Raspberry Pico C/C++ SDK).

  3. Execute go build in /RaspberryPi/apple2driver (requires Go).