Skip to content

Commit

Permalink
Fix an issue with multiple gpio expanders on Pi3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Oct 29, 2024
1 parent 331adfd commit 0f9b22f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SD/FPP_Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,10 @@ EOF
echo "FPP - Removing extraneous blacklisted modules"
rm -f /etc/modprobe.d/blacklist-*8192cu.conf
rm -f /etc/modprobe.d/blacklist-*8xxxu.conf

# this causes a symlink from gpiochip4 -> gpiochip0 which then prevents a gpio expander that would be
# gpiochip4 from actually loading and getting a dev entry
rm -f /usr/lib/udev/rules.d/60-gpiochip4.rules
fi

echo "FPP - Disabling getty on onboard serial ttyAMA0"
Expand Down

0 comments on commit 0f9b22f

Please sign in to comment.