rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
606 stars 88 forks source link

/boot/config.txt moved to /boot/firmware/config.txt #178

Open inators opened 3 months ago

inators commented 3 months ago

Sorry I don't know anything about pull requests. In Raspberry Pi OS for the last couple of years at least the config.txt file is now at /boot/firmware/config.txt.

In your repo etc/install-respeaker-drivers.sh line 59 you have config='/boot/config.txt' which needs to change to config='/boot/firmware/config.txt' or some fancy bash if statement.

Thanks though the driver works.

donburch888 commented 3 months ago

Also, it looks as though you're compiling for the 6.1 kernel - but RasPi OS Bookworm uses v6.6 kernel