Difference between revisions of "Constructing pi64"

From Jay's Cafe' Wiki
Line 11: Line 11:
#apt full-upgrade -y
#apt full-upgrade -y
'''Begin installing base packages to compile vice-3.2.tar.gz'''
'''Begin installing base packages to compile vice-3.2.tar.gz'''
#apt install bison flexx and more
#apt install bison flex xa65 libpcap* libsdl1.2*
# ./configure --enable-sdlui --enable-ethernet
# ./configure --enable-sdlui --enable-ethernet

Revision as of 18:00, 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
  1. Use retropi as a base install
  2. Configure booting to self-login CLI
  3. apt update
  4. apt full-upgrade -y

Begin installing base packages to compile vice-3.2.tar.gz

  1. apt install bison flex xa65 libpcap* libsdl1.2*
  2. ./configure --enable-sdlui --enable-ethernet