After testing my new gateway on Rapberry Pi OS I migrated to Kubernetes and raised security a bit. Only to mess with configuration bits until I get the connection to the hardware running.
Enabling power in an init container fixed my issues.
Can the power enable logic be copied from lgw_restart to start? Seeing that reset should take 200ms max. a separate enable might be easiest. Currently testing with
gpioset -z -p 2s GPIO18=1
as init container
After testing my new gateway on Rapberry Pi OS I migrated to Kubernetes and raised security a bit. Only to mess with configuration bits until I get the connection to the hardware running.
Enabling power in an init container fixed my issues.
Can the power enable logic be copied from lgw_restart to start? Seeing that reset should take 200ms max. a separate enable might be easiest. Currently testing with
as init container