Skip to content

Raspberry PI Setup

Johan edited this page Dec 21, 2020 · 15 revisions

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:

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

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

Clone this wiki locally