-
Posts
13 -
Joined
-
Last visited
Community Answers
-
PHLAK's post in Audio no longer works after updating to Armbian 24.8.2 was marked as the answer
I was able to fix this by updating to the 6.7 kernel via `armbian-config`.
-
PHLAK's post in How do I persist GPIO changes across reboots? was marked as the answer
I was able to solve this by using systemd-tmpfiles to modify these values on boot. Specifically I created a file `/etc/tmpfiles.d/enable-audio-jack.conf` with the following contents.
w /sys/class/gpio/export - - - - 15 w /sys/class/gpio/gpio15/direction - - - - out w /sys/class/gpio/gpio15/value - - - - 1