Hello,
Volumio is workin well and need to add this plugin:
https://github.com/lucoot/volumio-uart-metadata
But newbie about Raspberry I haven’t found how to do that. I’m using a MAC computer
- Copy script to usr/local/bin/. Where is this path ? On my Mac ?
Should I run all below commands from the Mac Terminal ?
-
Set permisions of script to be executed $chmod 755 volumio-print.sh
-
Disable kernel output to ttyAMA0 $sudo systemctl mask serial-getty@ttyAMA0.service
-
Disable shell output to ttyAMA0 in /boot/cmndline.txt delete line “console=serial0,115200”
-
Disable Bluetooth use of ttyAMA0 in /boot/config.txt add line “dtoverlay=pi3-disable-bt” add line “enable_uart=1”
-
Set script to execute at startup in rc.local $sudo nano /etc/rc.local add line “/usr/local/bin/vol-print.sh &”
-
$reboot
Sorry for those basic question but I wouldn’t do a big mistake !
Thanks