mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-10-31 10:07:38 +00:00
977 B
Executable File
977 B
Executable File
Apple II Pi
See the upstream repo for the original, full info.
Installing
-
Flash Apple-II-Pi.uf2 to the Raspberry Pi Pico.
-
Install Raspberry Pi OS.
-
Execute
sudo apt install git libfuse-dev -y git clone https://github.com/oliverschmidt/apple2pi.git cd apple2pi make sudo make install
-
Execute
sudo systemctl start a2pi.service
to run the Apple II Pi Daemon right away.
Using
-
Start Apple II Pi either via cold boot or
PR#n
. -
Make sure to check out
a2term
in a Raspberry Pi shell.
Building
-
Build the project in
/pipico
(requires the Raspberry Pico C/C++ SDK). -
Execute
make
in/src
(requires libfuse-dev).