15 Raspberry PI Setup
Johan edytuje tę stronę 2020-12-21 10:17:16 +01:00

Raspberry PI (RPI) Setup.

The raspberry pi must be running the Raspberry Pi Operating System (aka raspbian), based on Debian.

RPI4 is the target for running the radioberry!

Getting the software.

Download

Use the Imager to install the Operating System.

First Start and Setup

Connect to a network and boot the RPI.

After installing the following configuration must take place: images/rpi-config-select.jpg

RPI Config : check SSH, VNC, I2C and uncheck SPI!

images/rpi-config.JPG

FTP Server

Iam using the FTP server to transfer files between PC an RPI using FileZilla.

sudo apt-get install vsftpd

change the parameter into write-enable=YES of the following config file: /etc/vsftpd.conf

sudo service vsftpd restart