Seeed Studio reTerminal
Supported | SDK | Provisioning |
---|---|---|
π’ Target actively maintained | π’ x86-64 and aarch64 container images | π‘ eMMC storage |

Seeed Studio's reTerminal is an industrial HMI with the same Raspberry Pi 4 compute module at its heart, but wrapped in a touchscreen interface, expanded I/O, and a form factor designed for real-world deployment.
Since the reTerminal is just a Raspberry Pi 4 with extra peripherals, you can use Avocado OS to develop your application on a Raspberry Pi 4, then quickly retarget your finished Linux image for production hardware.
Technical Specificationsβ
Component | Details |
---|---|
CPU | Quad-core 64-bit Arm Cortex-A72 (1.5 GHz) |
GPU | Broadcom VideoCore VI (graphics only, not suitable for AI) |
Memory | 4GB LPDDR4-3200 |
Memory Bandwidth | 8.5 GB/s |
Storage | 32GB eMMC |
Connectivity | Broadcom BCM43455 wireless module with Wi-Fi and Bluetooth |
Display | 5-inch IPS capacitive multi-touch 720x1280 LCD screen |
Power Modes | 2.6W / 4.9W |
π Getting Startedβ
Get up and running with the Avocado Linux SDK in minutes.
Prerequisitesβ
- A Mac (macOS 10.12+) or Linux (Ubuntu 22.04+, Fedora 39+) development machine
- Docker installed
- 3GB+ available disk space
Installing and running the SDKβ
-
Install the Avocado CLI and append the location of the
avocado
executable to yourPATH
environmant variable. -
Create your project workspace:
mkdir avocado-reterminal
- Initialize a new project:
cd avocado-reterminal
avocado init
- Replace
qemux86-64
withreterminal
astarget
inavocado.toml
:
[runtime.dev]
target = "reterminal"
- Install all components (SDK, extensions, and runtime dependencies):
avocado install -f
βοΈ Provisioningβ
We are actively working on a provisioning guide for the reTerminal.
π§° Hardware-in-the-Loop (HIL)β
We are actively working on Hardware-in-the-Loop (HIL) development for the reTerminal.
π€ Zero-Friction Hardware Retargeting: Raspberry Pi 4 β reTerminalβ
We take a computer vision application running on a Raspberry Pi 4 and move it to the Seeed Studio reTerminal in under 10 minutesβwith no code changes and no rebuilds.
Why it matters
Hardware changes are one of the most common sources of delays in embedded projects. Avocado OS makes hardware choice a late-stage decisionβnot a risky oneβby keeping your build environment consistent across devices.
This walkthrough covers:
- End-to-end retargeting from Raspberry Pi 4 to reTerminal
- How Avocado OS removes BSP complexity
- The exact steps for going from dev board to production-ready hardware
π§ Target Roadmap/Known Limitationsβ
π‘ eMMC provisioning is under development
π‘ Hardware-in-the-Loop (HIL) debugging is under development
π Secure boot is not yet supported
π Full disk encryption is not yet supported