Apple II client/server for Raspberry Pi
Go to file
2023-04-20 16:12:55 -04:00
client Disable pidrive.wdc for now 2023-04-02 19:03:53 -07:00
debian Make USB RS232 dongle default connection 2023-04-01 08:31:24 -07:00
docs Add user manual 2023-03-05 15:27:00 -08:00
pidrive shrink driver 2023-04-02 18:15:12 -07:00
pipico Added support for boards without LED. 2023-04-20 11:56:48 +02:00
share Merge 0424d43e0a into 75afd59dcc 2023-04-20 16:12:55 -04:00
src Merge 0424d43e0a into 75afd59dcc 2023-04-20 16:12:55 -04:00
.gitignore Fix FUSE create() 2014-02-04 15:28:36 -08:00
LICENSE.txt GPL 2013-05-27 20:51:25 -07:00
Makefile Version update 2021-05-09 19:07:00 -07:00
README.md Favor Git. 2022-08-29 13:59:39 +02:00

Apple II Pi

See the upstream repo for the original, full info.

Installing

  1. Flash Apple-II-Pi.uf2 to the Raspberry Pi Pico.

  2. Install Raspberry Pi OS.

  3. Execute

    sudo apt install git libfuse-dev -y
    git clone https://github.com/oliverschmidt/apple2pi.git
    cd apple2pi
    make
    sudo make install
    
  4. 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. Execute make in /pidrive (requires cc65).

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

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