Apple II client/server for Raspberry Pi
Go to file
2024-02-25 09:32:25 +01:00
client Update Pi ROM signature to not conflict with Slinky RAM drivers 2021-05-12 15:44:01 -07:00
debian Update Pi ROM signature to not conflict with Slinky RAM drivers 2021-05-12 15:44:01 -07:00
docs
pidrive Update Serial Drive ROM signature to not conflict with Slinky RAM card 2021-05-12 15:48:47 -07:00
pipico Made variable written by interrupt handler 'volatile'. 2024-02-25 09:32:25 +01:00
share Adjusted path to make install path. 2022-08-25 22:40:04 +02:00
src Avoid race condition. 2022-08-28 18:36:01 +02:00
.gitignore Added ROM build to CMake. 2024-01-03 17:01:23 +01:00
LICENSE.txt
Makefile Version update 2021-05-09 19:07:00 -07:00
README.md Fixed typo. 2024-02-20 19:30:13 +01:00

Apple II Pi

  1. See the upstream repo for the original, full info.

  2. This fork is based on A2Pico.

Installing

  1. Flash Apple-II-Pi.uf2 to the A2Pico.

  2. Connect the Raspberry Pi Zero 2 W to the A2Pico via a USB OTG cable.

  3. Activate the USB Power on the A2Pico.

  4. Connect the HMDI monitor to the Raspberry Pi Zero 2 W:

Setup

  1. Install Raspberry Pi OS.

  2. Execute

    sudo apt install git libfuse-dev -y
    git clone https://github.com/oliverschmidt/apple2pi.git
    cd apple2pi
    make
    sudo make install
    
  3. Execute sudo systemctl start a2pi.service to run the Apple II Pi Daemon right away.

Using

  1. Start Apple II Pi either via cold boot or PR#n.

  2. Make sure to check out a2term in a Raspberry Pi shell.

Building

  1. Build the project in /pipico (requires the Raspberry Pico C/C++ SDK).

  2. Execute make in /src (requires libfuse-dev).