Skip to content

Commit

Permalink
[FIX] point_of_sale: Hold library firmware-brcm80211 for IoT build
Browse files Browse the repository at this point in the history
The new version of firmware-brcm80211 20190114-2+rpt3 are unstable
when we use it with the IoT.

So we need to keep the original version of the last official version
of raspberry-pi OS 20190114-1+rpt11

closes odoo#78194

X-original-commit: 1bfb97c
Signed-off-by: Quentin Lejeune (qle) <qle@odoo.com>
  • Loading branch information
qle-odoo committed Oct 12, 2021
1 parent 74e185c commit d919b96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ echo "export LC_ALL=en_US.UTF-8" >> ~/.bashrc
locale-gen
source ~/.bashrc

# upgrade firmware-brcm80211 broke access point on rpi4
apt-mark hold firmware-brcm80211
apt-get update && apt-get -y upgrade
# Do not be too fast to upgrade to more recent firmware and kernel than 4.38
# Firmware 4.44 seems to prevent the LED mechanism from working
Expand Down

0 comments on commit d919b96

Please sign in to comment.