From 4e9eea6360989b20df1d959698a78e2d6e2664dd Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 9 Aug 2013 08:14:35 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b2aae30..c8d7e38 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Installing and configuring the Raspberry Pi: Download the apple2pi project to y \#T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 +You will also want to disable the console messages that go out to the serial port in the /boot/cmdline.txt file. Remove the "console=" clause and the "kgdboc=" clause from the /boot/cmdline.txt file. Mine looks like:
+ To adjust the NTSC output so it fits nicely on my //c monitor, I edited the setting in /boot/config.txt such that: From f53600d3ca08d3af11bebd47201def8dc4b00a75 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 9 Aug 2013 08:15:09 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d7e38..9822c02 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Installing and configuring the Raspberry Pi: Download the apple2pi project to y \#T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 You will also want to disable the console messages that go out to the serial port in the /boot/cmdline.txt file. Remove the "console=" clause and the "kgdboc=" clause from the /boot/cmdline.txt file. Mine looks like:
- dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait From fcdf06e08d926782289d64eccf16d2b5336f32be Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 9 Aug 2013 08:16:20 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9822c02..0b891a3 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Installing and configuring the Raspberry Pi: Download the apple2pi project to y \#T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 +
You will also want to disable the console messages that go out to the serial port in the /boot/cmdline.txt file. Remove the "console=" clause and the "kgdboc=" clause from the /boot/cmdline.txt file. Mine looks like:
dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait From 615f4001d27e9a087a98192e11deffeb24820e62 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 9 Aug 2013 08:18:18 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b891a3..1a08210 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You will also want to disable the console messages that go out to the serial por dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait -To adjust the NTSC output so it fits nicely on my //c monitor, I edited the setting in /boot/config.txt such that: +If you are using an HDMI port to display video, skip the oversan settings. This was for my monitor and your values may vary (a lot). I adjust the NTSC output so it fits nicely on my //c monitor, I edited the setting in /boot/config.txt such that: overscan_left=26
From 2fa218392145a81c068659bbc87b3d817670defb Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 9 Aug 2013 08:18:39 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a08210..7c4b32f 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You will also want to disable the console messages that go out to the serial por dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
-If you are using an HDMI port to display video, skip the oversan settings. This was for my monitor and your values may vary (a lot). I adjust the NTSC output so it fits nicely on my //c monitor, I edited the setting in /boot/config.txt such that: +If you are using an HDMI port to display video, skip the overscan settings. This was for my monitor and your values may vary (a lot). I adjust the NTSC output so it fits nicely on my //c monitor, I edited the setting in /boot/config.txt such that: overscan_left=26