01. System Requirements
Introduction
"NEQTO Engine for Linux" is a NEQTO service (daemon application) that runs on Linux devices. Various functions are available to manage user applications and systems via neqto.js.
The installation requirements for NEQTO Engine for Linux are as follows.
Hardware Requirements
Supported Architectures:
armv6l(32bit)
,armv7l(32bit)
,aarch64(64bit)
,x86_64(64bit)
Required disk space (In default settings)
Location Required Size Use Notes /usr ≥ 2MB + INS Executable files /var ≥ 24MB + MD System files, User storage, User log /etc ≥ 1MB Configuration file /tmp ≥ 1MB + MD + INS NEQTO daemon log * MD: Increases depending on the file size used by the machine driver.
* INS: During software update, it temporarily increases by about2MB
.Required RAM space: ≥ 4MB (In default settings)
Network Communication Interfaces:
A physical network adapter must be on board.
Software Requirements
- A distribution that supports
"systemd"
is recommended. - Consisting only of the standard C library pre-installed in the distribution, it basically works with just an executable file.
- Uses the real-time scheduling (
SCHED_FIFO
) feature of the kernel. Therefore, it is required thatSCHED_FIFO
processing resources are allocated in the system.
List of tested Linux devices
Devices | Architecture | OS | Kernel |
---|---|---|---|
Raspberry Pi Model B | armv6l | Raspbian GNU/Linux 10 (buster) | 5.10.103+ |
Raspberry Pi Zero W | armv6l | Raspbian GNU/Linux 9 (stretch) | 4.19.66+ |
Raspberry Pi 4 Model B | armv7l | Raspbian GNU/Linux 11 (bullseye) | 5.10.63-v7l |
RevPi Core 3+ | armv7l | Raspbian GNU/Linux 10 (buster) | 5.10.120-rt70-v7 |
STM32MP157F-DK2 | armv7l | ST OpenSTLinux - Weston (A Yocto Project Based Distro) | 5.15.24 |
Raspberry Pi Compute Module 4 | aarch64 | Debian GNU/Linux 11 (bullseye) | 5.15.61-v8+ |
Tinker Board 2S | aarch64 | Debian GNU/Linux 10 (buster) | 4.4.194 |
NVIDIA Jetson Nano | aarch64 | Ubuntu 18.04.6 LTS | 4.9.253-tegra |
Intel(R) Core(TM) i7 - PC | x86_64 | Ubuntu 20.04.4 LTS | 5.15.0-46-generic |
Intel(R) Core(TM) i7 - PC | x86_64 | CentOS Linux 7 (Core) | 3.10.0-1160.76.1.el7.x86_64 |
The company names and product names mentioned above are registered trademarks or trademarks of their respective companies.
Updated: 2024-01-10