REGULUS System-on-Module (SoM)#
Product Summary#

REGULUS is a compact AI System-on-Chip (SoC) with 10 TOPS of computing power at under 3W of power, optimized for higher-performance on-device AI use cases in power- and space-constrained applications such as drones and security systems.
REGULUS comes pre-equipped on a system-on-module (SoM) board, making it a fully functioning AI PC in itself.
Programs for REGULUS are built in a cross-compilation environment and run on the module’s ARM CPU. See (Basic) Running Pre-Compiled ResNet50 for the cross-compilation workflow.
Identifying the Hardware Revision#
REGULUS ships in different hardware revisions — regulus-ra and regulus-rb. Run the following on the device to check its revision:
regulus-version 2>/dev/null | awk -F': *' '/^HW Revision/{print $2; found=1} END{if(!found) print "regulus-ra"}'
You can also identify the revision from the board silkscreen markings.
regulus-ra#
SOM board:
REGULUS_SOM_Rev.02Base board:
REGULUS_BASE_Rev.02orREGULUS_BASE_Rev.03
regulus-rb#
Target board :
regulus-evk-rev01SOM board:
REGULUS_SOM_REV01BorREGULUS_SOM_REV02BCarrier board:
REGULUS_CARRIER_REV.01B

