OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
48 stars 12 forks source link

/boot/firmware/config.txt vs /boot/config.txt #75

Closed goldyfruit closed 2 months ago

goldyfruit commented 2 months ago

On older Raspberry Pi OS release, the config.txt file is under the /boot directory but on newer release the file is under /boot/firmware directory.

TASK [ovos_installer : Manage I2C, SPI and I2S buses] ****************************************************************
Thursday 25 April 2024  09:32:46 -0400 (0:00:01.600)       0:00:25.722 ******** 
failed: [127.0.0.1] (item={'key': 'dtparam=i2c_arm', 'value': 'on'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "dtparam=i2c_arm", "value": "on"}, "msg": "Destination /boot/firmware/config.txt does not exist !", "rc": 257}
failed: [127.0.0.1] (item={'key': 'dtparam=spi', 'value': 'on'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "dtparam=spi", "value": "on"}, "msg": "Destination /boot/firmware/config.txt does not exist !", "rc": 257}
failed: [127.0.0.1] (item={'key': 'dtparam=i2s', 'value': 'on'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "dtparam=i2s", "value": "on"}, "msg": "Destination /boot/firmware/config.txt does not exist !", "rc": 257}