Skip to main content

Quick Start

Get up and running with your Silight AI Camera development board in 30-45 minutes.

Setup Paths

Choose the path that matches your situation:

PathDescriptionTime
First-Time SetupNew board, first installation45 min
Board UpdateRe-flash existing board30 min
DevelopmentSet up for application development60 min

Prerequisites

Hardware Requirements

ItemSpecificationNotes
Silight AI Camera SBC BoardSilight AI Camera Evaluation kit20 TOPS AI processor
Debug BoardUART/USB interfaceIncluded in kit
USB-UART CableFT232 or CP2102For serial console
Power Supply5V, 3A minimumUSB-C or barrel jack
SD Card16GB+, Class 10For OS image
Camera ModuleIMX678/IMX334Optional for demos
Ethernet CableCat5e or betterFor network demos

Software Requirements

SoftwareVersionPurpose
Linux PCUbuntu 20.04+Development host
Python3.8+Board tools
picocomLatestSerial terminal
balenaEtcherLatestImage flashing

Setup Workflow

flowchart LR
A[Developer Zone] --> B[SBC Bring-up]
B --> C[Firmware Flashing]
C --> D[Image Burning]
D --> E[First Run]
E --> F[Run Demos]

Step-by-Step Guide

1. Board Bring-up (10 min)

Connect the debug board, power supply, and verify hardware.

Hardware Setup

2. Run Your First Demo (20 min)

Get the board running and try a simple object detection demo.

Run Your First Demo

Next Steps

After completing the quick start:

Getting Help