Skip to content

Commit cd35422

Browse files
committed
Add 8.5.1 images and 8.5-alpha3 for PB2
1 parent be0b66b commit cd35422

File tree

3 files changed

+40
-16
lines changed

3 files changed

+40
-16
lines changed

SD/README.BBB

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,11 @@ rmdir /tmp/rootfs
206206

207207
# Put the SD card back in a Linux system and run the following (substitute
208208
# the proper device name for your SD card in place of '/dev/sdc'):
209+
<<<<<<< Updated upstream
209210
VERSION=8.5
211+
=======
212+
VERSION=8.5.1
213+
>>>>>>> Stashed changes
210214
OSVERSION=2025-02
211215
DEVICE=/dev/sdc
212216
dd if=${DEVICE} of=FPP-v${VERSION}-BBB.img bs=1M count=3572
@@ -216,7 +220,7 @@ dd if=${DEVICE} of=FPP-v${VERSION}-BBB.img bs=1M count=3572
216220
# On a separate Linux box: (this will take a LOOOONG time)
217221
# mksquashfs is multithreaded so its recommended to use a multicore
218222
# box for this and not an actual BBB
219-
apt-get install squashfs-tools
223+
# apt-get install squashfs-tools
220224
mount ${DEVICE}1 /mnt
221225
mksquashfs /mnt BBB-${VERSION}_${OSVERSION}.fppos -b 512K -comp xz
222226
cd /mnt/root

SD/README.RaspberryPi

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Reboot again to pick up the latest kernel that may have been installed with the
9191

9292

9393
# build/install the wifi drivers
94-
KV=6.6.51
94+
KV=6.6.74
9595
apt-get install git bc
9696
# apt-get install linux-image-${KV}+rpt-rpi-v6 linux-image-${KV}+rpt-rpi-v7 linux-image-${KV}+rpt-rpi-v7l linux-image-${KV}+rpt-rpi-v8
9797
apt-get install linux-headers-${KV}+rpt-rpi-v7l linux-headers-${KV}+rpt-rpi-v7 linux-headers-${KV}+rpt-rpi-v6 linux-headers-${KV}+rpt-common-rpi linux-kbuild-${KV}+rpt
@@ -144,7 +144,11 @@ the proper device name for your SD card in place of '/dev/sdg'):
144144
apt-get install zerofree squashfs-tools
145145

146146
DEVICE=/dev/sdc
147+
<<<<<<< Updated upstream
147148
VERSION=8.5
149+
=======
150+
VERSION=8.5.1
151+
>>>>>>> Stashed changes
148152
OSVERSION=2025-02
149153
BLOCKS=6800
150154
mount "${DEVICE}2" /mnt
@@ -161,8 +165,8 @@ the proper device name for your SD card in place of '/dev/sdg'):
161165
echo "uninitialized" > /mnt/etc/machine-id
162166
umount /mnt
163167
zerofree -v "${DEVICE}2"
164-
time dd if=${DEVICE} of=FPP-v${VERSION}-Pi.img bs=1M count=${BLOCKS}
165-
time zip -9 FPP-v$VERSION-Pi.img.zip FPP-v${VERSION}-Pi.img
168+
dd if=${DEVICE} of=FPP-v${VERSION}-Pi.img bs=1M count=${BLOCKS}
169+
zip -9 FPP-v$VERSION-Pi.img.zip FPP-v${VERSION}-Pi.img
166170

167171
This will create a file called FPP-${VERSION}-Pi.img.zip that can be distributed
168172
for testing/release.

rpi-imager/rpi-imager_falcon_player.json

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"os_list": [
33
{
4-
"name": "FPP v8.5 Pi",
4+
"name": "FPP v8.5.1 Pi",
55
"description": "Falcon Player for all RPi models",
6-
"url": "https://github.com/FalconChristmas/fpp/releases/download/8.5/FPP-v8.5-Pi.img.zip",
6+
"url": "https://github.com/FalconChristmas/fpp/releases/download/8.5/FPP-v8.5.1-Pi.img.zip",
77
"icon": "https://raw.githubusercontent.com/FalconChristmas/fpp/master/rpi-imager/rpi-imager_fpp_logo.png",
88
"init_format": "none",
99
"website": "https://www.falconplayer.com/",
1010
"extract_size": 7130316800,
11-
"extract_sha256": "456971f43719972e967961219f9c0f8982f617f95e1d67a54237176ce2dfa2b0",
12-
"image_download_size": 1474889603,
13-
"image_download_sha256": "456971f43719972e967961219f9c0f8982f617f95e1d67a54237176ce2dfa2b0",
14-
"release_date": "2025-02-08",
11+
"extract_sha256": "aef700e2c6557166a9794c2c023fca840d55a84276a6123e86fb554ba3f4eccd",
12+
"image_download_size": 1356602160,
13+
"image_download_sha256": "8978025fe19fd9d570dd2cdbbb37fb220c8b0a46f3f49ccbacce51dd8d67cfda",
14+
"release_date": "2025-02-12",
1515
"devices": [
1616
"pi5-32bit", "pi4-32bit", "pi3-32bit", "pi2-32bit", "pi1-32bit"
1717
]
@@ -33,17 +33,33 @@
3333
]
3434
},
3535
{
36-
"name": "FPP v8.5 BBB",
36+
"name": "FPP v8.5.1 BBB",
3737
"description": "Falcon Player for all BeagleBone models",
38-
"url": "https://github.com/FalconChristmas/fpp/releases/download/8.5/FPP-v8.5-BBB.img.zip",
38+
"url": "https://github.com/FalconChristmas/fpp/releases/download/8.5/FPP-v8.5.1-BBB.img.zip",
3939
"icon": "https://raw.githubusercontent.com/FalconChristmas/fpp/master/rpi-imager/rpi-imager_fpp_logo.png",
4040
"init_format": "none",
4141
"website": "https://www.falconplayer.com/",
4242
"extract_size": 3745513472,
43-
"extract_sha256": "4565b23eed2e5da5e2a6f5c92226a6a61ca4c669921cef34789aa86981b4201d",
44-
"image_download_size": 1088744052,
45-
"image_download_sha256": "4565b23eed2e5da5e2a6f5c92226a6a61ca4c669921cef34789aa86981b4201d",
46-
"release_date": "2025-02-08",
43+
"extract_sha256": "66cabc537b2794462ff376c5953f57987783cf4d0782ef728d766e7309081773",
44+
"image_download_size": 1134138125,
45+
"image_download_sha256": "448fcb3994702fb15de36c030d4f9fdeec4bd16f1c48e33e83342b99d3ced3a5",
46+
"release_date": "2025-02-12",
47+
"devices": [
48+
"pi1-32bit"
49+
]
50+
},
51+
{
52+
"name": "FPP v8.5 Alpha3 BB64/PocketBeagle2",
53+
"description": "Falcon Player for PocketBeagle2",
54+
"url": "https://github.com/FalconChristmas/fpp/releases/download/8.5/FPP-v8.5-alpha3-BB64.img.zip",
55+
"icon": "https://raw.githubusercontent.com/FalconChristmas/fpp/master/rpi-imager/rpi-imager_fpp_logo.png",
56+
"init_format": "none",
57+
"website": "https://www.falconplayer.com/",
58+
"extract_size": 7130316800,
59+
"extract_sha256": "87f9412e795d8d7c57fd8cb47d0b8fb90b3a5f0d2c2c010773da5cbfa0cb4203",
60+
"image_download_size": 1526742642,
61+
"image_download_sha256": "f875614db9f2058752ef4136ff894e0c3efa46bbc51a2471cd331aa5bd47d90c",
62+
"release_date": "2025-02-12",
4763
"devices": [
4864
"pi1-32bit"
4965
]

0 commit comments

Comments
 (0)