Skip to content

Commit

Permalink
Added force_eeprom_read=0 to make sure sound cards are working
Browse files Browse the repository at this point in the history
This is a workaround as cards that are I2S clock master don't seem to work
if they are configured from EEPROM during initial boot.
The setting will be removed after the initial boot.
  • Loading branch information
hifiberry committed Mar 30, 2020
1 parent b66262d commit af6c04d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot/package/configtxt/configtxt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ define CONFIGTXT_INSTALL_TARGET_CMDS
echo "# Enable I2C and SPI" >> $(BINARIES_DIR)/rpi-firmware/config.txt
echo "dtparam=i2c=on" >> $(BINARIES_DIR)/rpi-firmware/config.txt
echo "dtparam=spi=on" >> $(BINARIES_DIR)/rpi-firmware/config.txt
echo "# Workaround force_eeprom_read" >> $(BINARIES_DIR)/rpi-firmware/config.txt
echo "force_eeprom_read=0" >> $(BINARIES_DIR)/rpi-firmware/config.txt
endef

define CONFIGTXT_QUIET_INSTALL_TARGET_CMDS
Expand Down

0 comments on commit af6c04d

Please sign in to comment.