pimoroni / pirate-audio

Examples and documentation for the Pirate Audio range of Raspberry Pi add-ons
MIT License
248 stars 50 forks source link

Update install.sh to test for bookworm firmware location #100

Open jkeilson opened 5 months ago

jkeilson commented 5 months ago

Raspberry Pi OS Bookworm (12) updated the location of the firmware configuration from /boot/config.txt to /boot/firmware/config.txt. The install script needs to detect whether the new file exists, and if so, change the path of the file to modify. I didn't test this, but it looks right.

jkeilson commented 5 months ago

@Gadgetoid might resolve #98

Gadgetoid commented 5 months ago

Thanks. This is one small piece of a huge intricate puzzle of broken that I need to set aside some time to properly piece together.