Skip to main content

Unbox O1, run it in minutes.

Comprehensive documentation, open-source tools, and an active developer community are waiting for you.

Quick Start

Up and running in 30 minutes.

Step-by-step guides from setting up O1 to running your first application — ready on our documentation site. Separate quick-start guides for Linux and Android.

Go to Quick Start Guide
01

Download Gem Imager

Install Gem Imager for Windows / macOS / Linux.

02

Flash the image

Pick Ubuntu / Pardus / Debian, write to SD or eMMC.

03

Connect & power on

Power via USB-C PD, connect via HDMI or SSH.

04

Run your first app

Sample vision pipeline or ROS2 node — copy, run.

Software Development Kit (SDK)

Yocto-based, Apache 2.0 licensed.

T3 Gemstone SDK

Open Source · Apache 2.0

The T3 Gemstone SDK provides everything developers need to build a customized GNU/Linux distribution for O1. Built on Yocto, it gives you full control over every layer — from the operating system kernel and bootloader to system images and developer tools. Released as fully open source under the Apache 2.0 license.

  • Yocto-based customizable Linux distribution
  • Kernel, U-Boot, and system image build support
  • Isolated development environment with Docker and Devbox
  • Target support: intel-corei7-64, t3-gem-o1, BeagleY-AI, and QEMU
  • Apache 2.0 license
o1@gemstone — bash
$ git clone https://github.com/t3gemstone/sdk.git
Cloning into 'sdk'... done.

$ cd sdk && devbox shell
▸ Yocto environment initialized ......... ok

$ bitbake --target t3-gem-o1 core-image-minimal
▸ Compiling kernel modules ............. ok
▸ Building image ....................... ok
▸ Image: build/tmp/deploy/images/t3-gem-o1/

$ gem-imager --flash core-image-minimal-t3-gem-o1.wic
✔ Flashed in 1m 42s. Ready to boot.
Developer Blog

Technical articles, application notes, community projects.

Vision

Real-time stereo vision with 2× MIPI cameras

How we use the on-chip ISP and C7x DSP for synchronized stereo depth maps.

Read more →
ROS2

Setting up ROS2 Humble on O1 in 10 minutes

Publish your first node with the pre-built ROS2 image on the on-board eMMC.

Read more →
Edge AI

Optimizing YOLOv8 models on the C7x DSP

ONNX → TI Deep Learning Library pipeline and performance benchmarks.

Read more →