Howto setup rpi3 for CSV reading

From lechacal
Revision as of 20:22, 2 February 2017 by Administrator (talk | contribs) (Created page with " This howto will cover the steps to setup a Rasperrypi for reading CSV stream from RPICT series board. =Hardware and OS= This has been tested using Raspberrypi 3 Model B Us...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This howto will cover the steps to setup a Rasperrypi for reading CSV stream from RPICT series board.

Hardware and OS

This has been tested using Raspberrypi 3 Model B

Used OS: Raspbian Jessie 2017-01-11-raspbian-jessie.img

Steps

-1-

Download the image from the raspberrypi website. https://www.raspberrypi.org/downloads/raspbian/

-2-

Write the image to the SD card. Follow instructions given by the raspberrypi website.

https://www.raspberrypi.org/documentation/installation/installing-images/

-3-

Once the image written create an empty file called 'ssh' in the boot section of the image.

-4-

Power up the raspberrypi and connect it to the network. Access the raspberrypi with the ssh command (or whatever tool your OS have). We obviously assume you are using Linux based OS below.

$ ssh pi@raspberrypi

Use password raspberry

-5-

Run the raspi-config

$ sudo raspi-config

In the menu expand the Filesystem (optional).

1 Expand Filesystem

Disable the login uart

7 Advanced Options

then go to

A8 Serial

Say no to login shell question