File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 5555#
5656# ############################################################################
5757FPPBRANCH=${FPPBRANCH:- " master" }
58- FPPIMAGEVER=" 2025-09 "
58+ FPPIMAGEVER=" 2025-11 "
5959FPPCFGVER=" 99"
6060FPPPLATFORM=" UNKNOWN"
6161FPPDIR=/opt/fpp
Original file line number Diff line number Diff line change 6363cd /root
6464wget -4 -O ./FPP_Install.sh http://raw.githubusercontent.com/FalconChristmas/fpp/master/SD/FPP_Install.sh
6565chmod 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
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ reboot
186186cd /root
187187wget -4 -O ./FPP_Install.sh http://raw.githubusercontent.com/FalconChristmas/fpp/master/SD/FPP_Install.sh
188188chmod 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
217217DEVICE=/dev/sdc
218218zerofree -v ${DEVICE}1
219219dd if=${DEVICE} of=FPP-v${VERSION}-BBB.img bs=1M count=3572
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ rm ./FPP-Wifi-Drivers.sh
109109
110110On 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-*
You can’t perform that action at this time.
0 commit comments