Skip to content

Rivendell Radio Automation 3.6.5 for Debian 10 Buster ARM Devices

Latest
Compare
Choose a tag to compare
@alastairtech alastairtech released this 03 Apr 11:30
· 52 commits to master since this release
a33e9e4

The latest version of Rivendell for Debian 10 Buster ARM Devices is available to install. Once again, no significant code changes to the ARM version compared to the upstream Rivendell code. Both the new install and upgrade script will remove the old repository and install the new one for future updates.

Please Note
The installation will not work on Debian 11 Bullseye based systems due to the removal of the QT4 packages. You must use a Debain 10 Buster based system. Links to most popular Debian 11 Buster images below for various ARM based hardware.

Raspberry Pi users can use the Debian 10 Buster based Raspberry Pi OS Legacy image from raspberrypi.org.

Users of other ARM based hardware can usually find Debian 10 Buster images at armbian.com.

Users of AMD64 packages, please download a Debian 10 Buster iso at debian.org.

Architectures Available in this Release
armhf, arm64 and amd64

The Rivendell 3.6.5 packages were built and tested on the following hardware
Pine64 RockPro64 RK3399 SoC built arm64 package, Raspberry Pi 3B+ BCM2837B0 SoC built armhf package, Dell PowerEdge R620 Dual Xeon E5-2690 built amd64 package.

Make sure you checkout the Wiki for the latest updates, guides and known bugs/issues.

New Installation

curl -L https://raw.githubusercontent.com/edgeradio993fm/scripts/master/install.sh | sudo bash

Upgrade an Existing Installation

curl -L https://raw.githubusercontent.com/edgeradio993fm/scripts/master/upgrade.sh | sudo bash

Post Upgrade If You Did Not Update Your Database Using The Upgrade Script

sudo rddbmgr --modify

3.6.5 Changelog from https://github.com/ElvishArtisan/rivendell

RDLogEdit. Added a 'Log Listing (CSV)' report under the 'Reports'
button in the 'Edit Log' dialog.

Added a 'SuppressMusicImportLinks=No|Yes' directive to the [Hacks]
section of rd.conf(5).

PyPAD Scripts. Added the ability to filter PAD updates by Group membership
on a per-script instance basis. See the documentation for the [NowGroups]
and [NextGroups] sections in the script exemplar files.

Now & Next/PAD System. Deprecated the use of the 'Transmit Now & Next data'
checkbox in the 'Group' dialog in rdadmin(1).

Various bugfixes. See the ChangeLog for details.

Database Update:
This version of Rivendell uses database schema version 347, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.

Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading
to allow any necessary changes to the database schema to be applied.