Wireguard Installation

Has anyone been able to install wireguard on the BBAI-64? I appear to be getting a gzip error of some sort using APT. I have not tried building on target, which is probably my next step, but I am wondering if the APT package is somehow broken for the BBAI or if I am simply missing something obvious.

Thanks,

Hi @JehTeh we actively use Wireguard on the Beagle family of devices during development. The Wireguard module is enabled by default in the kernel, and a version (sometimes old version) of wireguard is pre-installed…

With a factory image, just copy your conf to:

/etc/wireguard/wg0.conf

and run:

sudo wg-quick up wg0
sudo wg

Regards,

1 Like