Skip to content

Commit

Permalink
Update FPP_install to latest config level
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Mar 15, 2024
1 parent 7a480f2 commit f3cb79c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SD/FPP_Install.sh
Expand Up @@ -48,8 +48,8 @@
#
#############################################################################
FPPBRANCH=${FPPBRANCH:-"master"}
FPPIMAGEVER="2024-02"
FPPCFGVER="84"
FPPIMAGEVER="2024-03"
FPPCFGVER="86"
FPPPLATFORM="UNKNOWN"
FPPDIR=/opt/fpp
FPPUSER=fpp
Expand Down Expand Up @@ -495,7 +495,7 @@ case "${OSVER}" in
gettext apt-utils x265 libtheora-dev libvorbis-dev libx265-dev iputils-ping mp3gain \
libmosquitto-dev mosquitto-clients mosquitto libzstd-dev lzma zstd gpiod libgpiod-dev libjsoncpp-dev libcurl4-openssl-dev \
fonts-freefont-ttf flex bison pkg-config libasound2-dev mesa-common-dev qrencode libusb-1.0-0-dev \
flex bison pkg-config libasound2-dev python3-distutils libssl-dev libtool bsdextrautils iw rsyslog smartmontools"
flex bison pkg-config libasound2-dev python3-distutils libssl-dev libtool bsdextrautils iw rsyslog smartmontools tzdata"

if [ "$FPPPLATFORM" == "Raspberry Pi" -o "$FPPPLATFORM" == "BeagleBone Black" ]; then
PACKAGE_LIST="$PACKAGE_LIST firmware-realtek firmware-atheros firmware-ralink firmware-brcm80211 firmware-iwlwifi firmware-libertas firmware-zd1211 firmware-ti-connectivity zram-tools"
Expand Down
4 changes: 2 additions & 2 deletions SD/README.RaspberryPi
Expand Up @@ -33,7 +33,7 @@ Disable the auto partition resize script on the SD and enable the SSH server whi
we have the partition mounted:

# Make a temp mount location
mkdir /mnt/tmp
mkdir -f /mnt/tmp
# Mount the boot partition
mount /dev/sdc1 /mnt/tmp
# Backup the cmdline.txt file
Expand Down Expand Up @@ -62,7 +62,7 @@ we have the partition mounted:
# Sync the changes so it's safe to remove the SD card
sync

Remove the SD card and boot it up in a Pi.
Remove the SD card and boot it up in a Pi4 (preferred) or 3B+ (not Pi5).


Do a system upgrade to make sure everything is at the latest versions
Expand Down

0 comments on commit f3cb79c

Please sign in to comment.