From be30fb1b8c8da07582eb8f7ef786c0a26556c12b Mon Sep 17 00:00:00 2001 From: remotenemesis Date: Tue, 29 Jan 2019 21:36:46 -0800 Subject: [PATCH] fix anchor --- raspbian/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspbian/README.md b/raspbian/README.md index c330e5c..123c7e2 100644 --- a/raspbian/README.md +++ b/raspbian/README.md @@ -70,7 +70,7 @@ apt-get install --no-install-recommends docker-ce Connecting your Pi to another computer via a console cable allows you to setup or debug a Raspberry Pi without having to connect a display, keyboard (and optionally a mouse). -The Lollipop Cloud project provides [Raspian images](https://dl.lollipopcloud.solutions/raspbian/) with support for the Serial Console already enabled. If you chose to use either of these images, skip ahead to [Using the Adafruit USB Console Cable](#using-usb-console). +The Lollipop Cloud project provides [Raspian images](https://dl.lollipopcloud.solutions/raspbian/) with support for the Serial Console already enabled. If you chose to use either of these images, skip ahead to [Using the Adafruit USB Console Cable](#usingUsbConsole). ## Enabling Serial Console @@ -80,7 +80,7 @@ If you do not wish to use the prebuilt Lollipop Raspian image with Serial Consol 1. edit config.txt and add enable_uart=1 2. edit config.txt and change dtoverlay to “pi3-miniuart-bt” ; remove # if present (this puts bluetooth on the miniuart instead of the serial console stuffs); `pin 8 == tx ; pin 10 == receive` -## Using the Adafruit USB Console Cable +## Using the Adafruit USB Console Cable Adafruit sells a [USB to TTL Serial Cable/Console Cable for Raspberry Pi](https://www.adafruit.com/product/954) and has a tutorial on installing the necessary drivers. With the Lollipop Raspian image installed onto an SD Card, jump into the tutorial to install drivers for [macOS](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/software-installation-mac), [Windows](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/software-installation-windows), or [Linux](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/software-installation-linux).