-
Notifications
You must be signed in to change notification settings - Fork 120
Raspberry PI Setup
Johan edited this page Dec 21, 2020
·
15 revisions
The raspberry pi must be running the Raspberry Pi Operating System (aka raspbian), based on Debian.
RPI4 is the target for running the radioberry!
Download
-
the formatter for SD Cards from SDCARD.org and format a SD card.
-
the Raspberry Pi Imager available from: https://www.raspberrypi.org/downloads/
Use the Imager to install the Operating System.
Connect to a network and boot the RPI.
After installing the following configuration must take place:

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