From a6dc0b6ead4c714ca96e78e4e9b1ce6584886e72 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 31 May 2013 15:34:21 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cb5d94d..6bce374 100755 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ Apple II Pi works by connecting an Apple II to a Raspberry Pi using a RS232 seri Installing and configuring the Apple II: You will need an Apple //c or Apple //e w/ SuperSerial Card. An Apple II Mouse is recommended for that full-on retro feel, but not required. Download and install the A2PI.DSK disk image onto a 5 1/4 floppy. ADTPro would be the recommended tool for that operation. -Installing and configuring the Raspberry Pi: Download the a2pid.c to your Raspberry Pi. Compile the daemon with 'cc a2pid.c -o a2pid' and copy the result with 'sudo cp a2pid /usr/local/bin'. You will need to disable the Raspbain serial login by editing /etc/inittab and commenting out the line (probably at the very bottom) that looks like: - +Installing and configuring the Raspberry Pi: Download the a2pid.c to your Raspberry Pi. Compile the daemon with 'cc a2pid.c -o a2pid' and copy the result with 'sudo cp a2pid /usr/local/bin'. You will need to disable the Raspbain serial login by editing /etc/inittab and commenting out the line (probably at the very bottom) to look like:
\#T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100