Comment on Cloudflare tunnels on a pi zero?
qazwsxedcrfv000@lemmy.unknownsys.com 1 year ago
Pi Zero you mean the original Pi Zero 1 right? Its SoC is driving an ARMv6 CPU.
The most straightfoward way is to try the Cloudflare Package Repository. It should be able to match the OS and arch for you.
You can also try installing the precompiled ARM deb package, specifically cloudflared-linux-arm.deb
directly if the repo does not work.
rarkgrames@lemmy.world 1 year ago
Yeah I’m pretty sure it’s the Armv6. Will give that a go. Cheers.
Andi@feddit.uk 1 year ago
It’s armv7, but should be v6 compat.
qazwsxedcrfv000@lemmy.unknownsys.com 1 year ago
For anyone’s information, if you have an ARMv7 hardware,
cloudflared
also has compiled toarmhf
a.k.a. ARM Hard Float. It is not listed in the official site but can be downloaded from GitHub release.And ARMv7 hardware floating point support can confirmed by inputing
cat /proc/cpuinfo
and check ifvfpv3
is listed in the features row.