Difference between revisions of "Constructing pi64"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) |
Jayctheriot (talk | contribs) |
||
Line 1: | Line 1: | ||
Design objectives: | |||
*a functional cycle-appropriate implementation of a C64/C128 with ethernet access on a Raspberry Pi Zero | |||
*Minimal GUI using SDL1 as the base | |||
Concerns | |||
*the C64 or C128 will not perform near 100% of their original speed | |||
#Use retropi as a base install | #Use retropi as a base install | ||
#Configure booting to self-login CLI | #Configure booting to self-login CLI |
Revision as of 10:54, 12 June 2018
Design objectives:
- a functional cycle-appropriate implementation of a C64/C128 with ethernet access on a Raspberry Pi Zero
- Minimal GUI using SDL1 as the base
Concerns
- the C64 or C128 will not perform near 100% of their original speed
- Use retropi as a base install
- Configure booting to self-login CLI
- apt update
- apt full-upgrade -y
Begin installing base packages to compile vice-3.2.tar.gz
- apt install bison flexx
- ./configure --enable-sdlui --enable-ethernet