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.
jetson-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
| Specification | Value | Notes |
|---|---|---|
| Processor (32G) | 8-core NVIDIA Arm Cortex-A78AE | 2MB L2 + 4MB L3 |
| Processor (64G) | 12-core NVIDIA Arm Cortex-A78AE | 3MB L2 + 6MB L3 |
| GPU (32G) | 1792-core Ampere, 56 Tensor Cores @ 930MHz | |
| GPU (64G) | 2048-core Ampere, 64 Tensor Cores @ 1.3GHz | |
| AI Performance | Up to 275 TOPS | |
| Memory | 32GB or 64GB 256-bit LPDDR5 | |
| Storage | 64GB eMMC | |
| Display | 1x HDMI (3840x2160 @ 60Hz) | |
| Ethernet | 4x GbE (optional PoE IEEE 802.3af/at) | |
| USB | 2x USB 3.2 Gen 2, 1x USB 2.0 ext, 1x USB 2.0 int | |
| Expansion | 2x Mini-PCIe, 2x M.2 | |
| Digital I/O | 4-ch DI, 4-ch DO | |
| Dimensions | 192 x 230 x 87 mm | |
| Operating Temp | -10 to 60°C | |
| Cooling | Fanless |
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:
| SKU | AVOCADO_TARGET | AVOCADO_TARGET_BOARD |
|---|---|---|
| MIC-733-AO5A1 | jetson-agx-orin-devkit | mic-733-ao5a1 |
| MIC-733-AO6A1 | jetson-agx-orin-devkit | mic-733-ao6a1 |
Set these in your avocado.yaml, for example:
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.
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.