Skip to content

Commit 41e5ca3

Browse files
committed
Updates for 9.3
1 parent 3845587 commit 41e5ca3

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

SD/FPP_Install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#
5656
#############################################################################
5757
FPPBRANCH=${FPPBRANCH:-"master"}
58-
FPPIMAGEVER="2025-09"
58+
FPPIMAGEVER="2025-11"
5959
FPPCFGVER="99"
6060
FPPPLATFORM="UNKNOWN"
6161
FPPDIR=/opt/fpp

SD/README.BB64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ reboot
6363
cd /root
6464
wget -4 -O ./FPP_Install.sh http://raw.githubusercontent.com/FalconChristmas/fpp/master/SD/FPP_Install.sh
6565
chmod 700 ./FPP_Install.sh
66-
export FPPBRANCH=v9.2
66+
export FPPBRANCH=v9.3
6767
./FPP_Install.sh --img
6868

6969
# Reboot and make sure everything looks ok
@@ -77,8 +77,8 @@ fstrim -v /
7777

7878

7979
DEVICE=/dev/sdc
80-
VERSION=9.2
81-
OSVERSION=2025-09
80+
VERSION=9.3
81+
OSVERSION=2025-11
8282
BLOCKS=7800
8383
mount "${DEVICE}3" /mnt
8484
rm -f /mnt/home/fpp/.bash_history

SD/README.BBB

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ reboot
186186
cd /root
187187
wget -4 -O ./FPP_Install.sh http://raw.githubusercontent.com/FalconChristmas/fpp/master/SD/FPP_Install.sh
188188
chmod 700 ./FPP_Install.sh
189-
export FPPBRANCH=v9.2
189+
export FPPBRANCH=v9.3
190190
./FPP_Install.sh --img
191191

192192
# once FPP_Install is done, the wifi drivers and such are installed so the linux-headers
@@ -212,8 +212,8 @@ rmdir /tmp/rootfs
212212

213213
# Put the SD card back in a Linux system and run the following (substitute
214214
# the proper device name for your SD card in place of '/dev/sdc'):
215-
VERSION=9.2
216-
OSVERSION=2025-09
215+
VERSION=9.3
216+
OSVERSION=2025-11
217217
DEVICE=/dev/sdc
218218
zerofree -v ${DEVICE}1
219219
dd if=${DEVICE} of=FPP-v${VERSION}-BBB.img bs=1M count=3572

SD/README.RaspberryPi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ rm ./FPP-Wifi-Drivers.sh
109109

110110
On the Pi, run the FPP installer:
111111
wget -O ./FPP_Install.sh https://raw.githubusercontent.com/FalconChristmas/fpp/master/SD/FPP_Install.sh
112+
export FPPBRANCH=v9.3
112113
chmod 700 ./FPP_Install.sh
113114
sudo ./FPP_Install.sh --img
114115

@@ -150,8 +151,8 @@ the proper device name for your SD card in place of '/dev/sdg'):
150151
apt-get install zerofree squashfs-tools
151152

152153
DEVICE=/dev/sdc
153-
VERSION=9.2
154-
OSVERSION=2025-09
154+
VERSION=9.3
155+
OSVERSION=2025-11
155156
BLOCKS=6800
156157
mount "${DEVICE}2" /mnt
157158
rm -rf /mnt/usr/src/linux-headers-*

0 commit comments

Comments
 (0)