Skip to main content

MIC-733-AO

Compact fanless AI inference on NVIDIA Jetson AGX Orin — up to 275 TOPS with rich, PoE-capable I/O for edge analytics and robotics.

Avocado target namejetson-agx-orin-devkit
  • Up to 275 TOPSAI Performance
  • Up to 12-coreCortex-A78AE
  • 32 / 64 GBLPDDR5 Memory
  • Jetson AGX OrinNVIDIA AI Module
  • 4x GbEOptional PoE
  • FanlessRugged Chassis

Overview

The Advantech MIC-733-AO is a high-performance AI inference system built on the NVIDIA Jetson AGX Orin platform, delivering up to 275 TOPS in a compact fanless form factor. It offers rich I/O including 4x GbE with optional PoE, USB 3.2, and expansion via Mini-PCIe and M.2 slots. The system is Microsoft Azure Certified and supports Allxon 24/7 remote monitoring. Combined with Avocado OS — atomic OTA updates, secure boot, verified boot, and fleet-wide CVE tracking — and Avocado Connect's centralized fleet management, the MIC-733-AO ships production-grade edge AI without the months of BSP and infrastructure work.

Specifications

SpecificationValueNotes
Processor (32G)8-core NVIDIA Arm Cortex-A78AE2MB L2 + 4MB L3
Processor (64G)12-core NVIDIA Arm Cortex-A78AE3MB L2 + 6MB L3
GPU (32G)1792-core Ampere, 56 Tensor Cores @ 930MHz
GPU (64G)2048-core Ampere, 64 Tensor Cores @ 1.3GHz
AI PerformanceUp to 275 TOPS
Memory32GB or 64GB 256-bit LPDDR5
Storage64GB eMMC
Display1x HDMI (3840x2160 @ 60Hz)
Ethernet4x GbE (optional PoE IEEE 802.3af/at)
USB2x USB 3.2 Gen 2, 1x USB 2.0 ext, 1x USB 2.0 int
Expansion2x Mini-PCIe, 2x M.2
Digital I/O4-ch DI, 4-ch DO
Dimensions192 x 230 x 87 mm
Operating Temp-10 to 60°C
CoolingFanless

Use Cases

  • Multi-camera video analytics at the edge (retail, smart city, traffic)
  • Industrial AI inference for predictive maintenance and anomaly detection
  • Edge AI server for robotics and autonomous mobile robot (AMR) fleets

Getting Started

Init, Install, & Build

Follow the Any Supported Target instructions under Getting Started to begin. The MIC-733-AO uses the jetson-agx-orin-devkit target, with a board selected per SKU:

SKUAVOCADO_TARGETAVOCADO_TARGET_BOARD
MIC-733-AO5A1jetson-agx-orin-devkitmic-733-ao5a1
MIC-733-AO6A1jetson-agx-orin-devkitmic-733-ao6a1

Set these in your avocado.yaml, for example:

avocado.yaml
default_target: 'jetson-agx-orin-devkit'
default_target_board: 'mic-733-ao5a1'

Provision

Build the project and execute the provisioning procedure. This will build the system image and flash it to your target hardware.

Host machine
avocado build
avocado provision -r dev

Run

After provisioning completes, power cycle the device. It will boot with the provisioned system; the root user is passwordless in the dev runtime used by this guide.