Skip to content

Commit

Permalink
Merge branch 'master' into stage
Browse files Browse the repository at this point in the history
Conflicts:
	SD/FPP_Install.sh
	www/fppxml.php
  • Loading branch information
cpinkham committed Oct 22, 2015
2 parents 7e8f925 + f66c3be commit fe7eedf
Show file tree
Hide file tree
Showing 78 changed files with 3,558 additions and 1,139 deletions.
File renamed without changes.
File renamed without changes.
52 changes: 0 additions & 52 deletions SD/ChangesToStockImage.txt

This file was deleted.

60 changes: 0 additions & 60 deletions SD/CreatingANewNOOBsImage.txt

This file was deleted.

20 changes: 16 additions & 4 deletions SD/FPP_Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
SCRIPTVER="0.8"
FPPBRANCH="v1.5"
FPPIMAGEVER="1.5"
FPPCFGVER="13"
FPPCFGVER="14"
FPPPLATFORM="UNKNOWN"
FPPDIR="/opt/fpp"
OSVER="UNKNOWN"
Expand Down Expand Up @@ -391,10 +391,19 @@ case "${FPPPLATFORM}" in
# git clone https://github.com/OpenLightingProject/ola.git /opt/ola
# (cd /opt/ola && autoreconf -i && ./configure --enable-python-libs && make && make install && ldconfig && cd /opt/ && rm -rf ola)

# These module options don't appear valid for rtl8192cu
#echo "FPP - Disabling power management for wireless"
#echo -e "# Disable power management\noptions rtl8192cu rtw_power_mgnt=0 rtw_enusbss=0" > /etc/modprobe.d/rtl8192cu.conf
echo "FPP - Installing updated 8192cu module"
wget -O /lib/modules/3.8.13-bone50/kernel/drivers/net/wireless/8192cu.ko https://github.com/FalconChristmas/fpp/releases/download/1.5/8192cu.ko

echo "FPP - Disabling power management for 8192cu wireless"
cat <<-EOF >> /etc/modprobe.d/8192cu.conf
# Blacklist native RealTek 8188CUs drivers
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi
# Disable power management on 8192cu module
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
EOF
;;

'Raspberry Pi')
Expand Down Expand Up @@ -436,6 +445,9 @@ case "${FPPPLATFORM}" in
echo "FPP - Disabling getty on onboard serial ttyAMA0"
sed -i "s@T0:23:respawn:/sbin/getty -L ttyAMA0@#T0:23:respawn:/sbin/getty -L ttyAMA0@" /etc/inittab

echo "FPP - Disabling the hdmi force hotplug setting"
sed -i -e "s/hdmi_force_hotplug/#hdmi_force_hotplug/" /boot/config.txt

echo "FPP - Enabling SPI in device tree"
echo >> /boot/config.txt

Expand Down
204 changes: 0 additions & 204 deletions SD/FPP_SD2NOOBS.sh

This file was deleted.

Loading

0 comments on commit fe7eedf

Please sign in to comment.