Reader-supported. GopherTrunk is free, open-source software. Some
hardware links on this page go to Amazon with our Associates tag
(gophertrunk-20); if you buy through them we may earn a small
commission at no extra cost to you. It never changes which gear we recommend, and
the software stays free either way. How GopherTrunk is funded →
Libre Computer is a maker of single-board computers that emphasise open, mainline software support and broad Raspberry Pi compatibility.1
Key takeaways The cheapest Pi alternative — fine for light use. Le Potato (AML-S905X-CC, ~$35) is modest hardware, well suited to a light, single-control-channel GopherTrunk decoder. GopherTrunk runs on it as a pure-Go ARM64 binary, and Libre Computer’s mainline-Linux focus helps an always-on node stay patched for years. It’s not for multi-SDR or wideband work — step up to a Raspberry Pi 4/5 for that, which is also the better-documented default. No SBC decodes AES encryption. Compare on best SBC for GopherTrunk.
Overview
Boards such as Le Potato (AML-S905X-CC) and the Renegade use Amlogic and Rockchip ARM chips and copy the Pi’s footprint and 40-pin GPIO header, so existing cases and add-ons often fit. On paper they look like any other Pi alternative — the difference is in how the software is delivered.
The project’s distinguishing goal is upstream support: getting drivers into the mainline Linux kernel and standard bootloaders so the hardware keeps working with ordinary, current software rather than a vendor’s frozen image.2 Many low-cost boards ship a one-off kernel fork that works the day you buy it but never gets updated, so a few years on the board is stuck on an old, insecure OS. Mainlined support avoids that trap because the board rides along with every new kernel release.
Where it fits
Among Pi alternatives like Orange Pi, ODROID, and Rock Pi, Libre Computer’s pitch is longevity and trust in the software stack rather than raw specs — you may give up a little performance per dollar in exchange for a board that stays current. For an always-on GopherTrunk capture node you intend to leave in place for years, that trade favours Libre: mainline support means OS and security updates are far less likely to strand the board, so a decode node bolted up near an antenna keeps receiving patches without a risky vendor-image migration.
Running GopherTrunk on Le Potato
Le Potato is modest, mainline-supported hardware — a good fit for a small, always-on single-channel decoder rather than a busy pool. What it brings to a GopherTrunk node:
- Architecture — the Amlogic S905X is ARM64 (aarch64), so it runs the standard static
linux/arm64GopherTrunk binary from the downloads page with no vendor toolchain, and its mainline-kernel support keeps that binary working across OS updates. - CPU — a quad Cortex-A53 at up to 1.5 GHz handles the light real-time DSP of a single RTL-SDR control channel comfortably, but it will run short for a multi-SDR pool or wideband channelizing — treat it as a one-decoder board.
- RAM — up to 2 GB, which covers one channel plus the web console and modest logging; not the board for large in-memory recording buffers.
- USB — four USB 2.0 ports, fine for one RTL-SDR dongle (~2.4 MS/s is light); there’s no USB 3.0, so heavy wideband Airspy capture and multiple busy dongles are out of scope. Use a powered hub for anything beyond a single dongle — see multi-dongle setups.
- Storage — microSD plus an optional eMMC module, enough for logs and a modest call database; keep continuous IQ recording off the SD card to avoid wear.
- Power / thermals — very low draw and no cooling required, so it’s well suited to a fanless, leave-it-running node.
- OS / networking — Libre Computer ships mainline-based 64-bit Linux images (their Raspbian/Ubuntu builds) so it stays current; Fast (100 Mbps) Ethernet on board, Wi-Fi via a USB adapter, both plenty for the headless web console and one system’s traffic.
Bottom line: Le Potato comfortably runs a single control channel as a cheap, low-power, always-on decoder — step up to a Raspberry Pi for anything busier.
Where to buy
Le Potato is the budget pick — the cheapest board here — and a fine host for a light, single-channel GopherTrunk decoder that you want to leave running for years on mainline Linux. For anything busier, or for the smoothest setup, a Raspberry Pi is the default recommendation — see best single-board computer for GopherTrunk.
As an Amazon Associate, GopherTrunk earns from qualifying purchases — at no extra cost to you. It never changes what we recommend.
Sources
-
Libre Computer Project — Wikipedia, on the project and its boards. ↩
-
Libre Computer — vendor site, on the boards and their open-software focus. ↩
Frequently asked questions
Can I run GopherTrunk on a Le Potato?
Yes. GopherTrunk is pure Go and cross-compiles to ARM64, so it runs on any Linux SBC with a USB port — no vendor toolchain. Le Potato is modest hardware, so treat it as a light single-channel decode node; it’s the cheapest Pi alternative and its mainline-Linux support helps an always-on box stay current.
Why choose Le Potato over a Raspberry Pi?
Two reasons: price — it’s the cheapest board here at ~$35 — and Libre Computer’s focus on mainline (upstream) Linux support, so an always-on node is less likely to be stranded on a frozen vendor image years later. You give up some performance per dollar, and a Raspberry Pi is still the better-documented default for most builds.
Is it powerful enough for multiple channels?
Not really — it’s modest hardware best suited to a light, single-control-channel decoder. For a multi-SDR pool or wideband work, step up to a Raspberry Pi 4/5 or an RK3588 board.
Does it change what can be decoded?
No. No SBC changes the encryption wall — GopherTrunk cannot decode AES-protected traffic on any host. Le Potato decodes exactly what any other Linux host does, just with less headroom.