sonocotta / tas5805m-for-raspbian-paspberry-pi-zero

device tree and kernel module for running TI TAS5805M DAC on Raspberry Pi
GNU General Public License v3.0
9 stars 0 forks source link

./compile-overlay.sh #9

Open willahatch opened 3 weeks ago

willahatch commented 3 weeks ago

hello,

when i try to add user overlays to enable I2S i get:

volumio@volumiopi:~/tas5805m-for-raspbian-paspberry-pi-zero$ sudo ./compile-overlay.sh ./compile-overlay.sh: line 3: dtc: command not found

this is on the Volumio Raspberry Pi release

/boot/config.txt has also now moved to /boot/firmware/cofig.txt

anabolyc commented 3 weeks ago

Hey @willahatch

Looks like you're using the different volumio version than I tested with. I think /boot/config.txt moved in the recent kernels only. Please check if you can install the dtc package in the volumio, device-tree-compiler package to try apt-search for it.

Can you mention volumio and kernel versions that you're using?