This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Description
I would like to suggest adding the following content to your Wiki on Minimal Centos 7x on RPi 3x. Your guide would be a great place to host this information. There is a lot of conflicting information about this procedure out there so I would like to add some clarity. Thanks.
Using a serial console cable on Raspberry Pi 3 B for initial setup/configuration:
- After loading the Centos image to the SDXC card, edit "config.txt". You may need to create this file if it does not exit. (/boot/config.txt) or Mount FAT32 partition to drive letter for access to config.txt
- Add or edit the following entry to enable UART/serial functionality:
enable_uart=1
- Connect Ground, TX, RX (typically black, white, green)
https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/connect-the-lead
- Connect USB to PC and ensure your Prolific USB-to-Serial driver is installed. Reboot may be necessary if installing for the first time.
- Locate the active COM port with Device manager -> Ports (COM & LPT)
- Use PuTTy on Serial setting and set your COM port and rate to 115200.
- Boot your Pi and you should receive console output