(In reply to Antony J.R from comment #4) > I actually got mine working with the below work-around (run the below as > root) > > ``` > su > cd /sys/class/gpio/ > echo 386 > export > cd gpio386 > echo out > direction > exit > ``` > > You can create a startup script to make this persist. :) Just tried it and its working! Now where do I put the startup script so systemd will pick it up during boot?