Skip to content

Commit

Permalink
Updates for BBB images
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Nov 4, 2023
1 parent 2b43c31 commit a296c97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SD/FPP-Wifi-Drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ done
cd /opt/wifi
rm -rf rtl8852bu

git clone https://github.com/morrownr/rtl8852au
git clone https://github.com/lwfinger/rtl8852au
cd rtl8852au/
mkdir /usr/lib/systemd/system-sleep/
mkdir -p /usr/lib/systemd/system-sleep/
for i in "${KVERS[@]}"; do
KVER=$i ARCH=arm make clean
KVER=$i ARCH=arm make -j ${CPUS}
Expand Down
2 changes: 1 addition & 1 deletion SD/FPP_Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ do
sed -i -e "s/^pm.min_spare_servers.*/pm.min_spare_servers = 3/" ${PHPDIR}/${FILE}
sed -i -e "s/^pm.max_spare_servers.*/pm.max_spare_servers = 6/" ${PHPDIR}/${FILE}
sed -i -e "s/^pm.start_servers.*/pm.start_servers = 3/" ${PHPDIR}/${FILE}
sed -i -e "s/^;pm.max_requests.*/pm.max_requests = 500/" ${PHPDIR}/${FILE}
sed -i -e "s/^;pm.max_requests.*/pm.max_requests = 300/" ${PHPDIR}/${FILE}
sed -i -e "s+^;clear_env.*+clear_env = no+g" ${PHPDIR}/${FILE}
fi
done
Expand Down
4 changes: 2 additions & 2 deletions SD/README.BBB
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FPP BBB Images creation notes (work in progress)
#
# FPP images are currently based on the following Debian BeagleBone images:
# am335x-debian-11.7-minimal-armhf-2023-07-01-2gb.img.xz
# from https://rcn-ee.net/rootfs/release/2023-07-01/bullseye-minimal-armhf/
# am335x-debian-11.8-minimal-armhf-2023-10-07-2gb.img.xz
# from https://rcn-ee.net/rootfs/release/2023-10-07/bullseye-minimal-armhf/
#
# The below steps (much can be run via copy/paste into a terminal) will
# prepare the "clean image" from above to have the appropriate
Expand Down

0 comments on commit a296c97

Please sign in to comment.