Skip to main content

Resources

Downloads, documentation, and community resources for Silight AI Camera development.

Downloads

Software Packages

Complete Yocto-based Linux distribution for the Silight AI Camera:

ComponentDescription
core-image-minimal-hailo15-sbc-rev3.wicSD card image
hailo-update-image-hailo15-sbc-rev3.swuSWUpdate image for OTA updates
hailo15_uart_recovery_fw.binUART recovery firmware
hailo15_scu_bl.binSCU bootloader
hailo15_scu_fw.binSCU firmware
scu_bl_cfg_a.binSCU bootloader configuration
u-boot-spl.binU-Boot SPL (Secondary Program Loader)
u-boot.dtb.signedSigned U-Boot device tree blob
u-boot-initial-envU-Boot initial environment
u-boot-tfa.itsU-Boot TF-A ITS (Image Tree Source)
fitImageFlattened Image Tree (FIT) kernel image
customer_certificate.binCustomer certificate

SDK (Software Development Kit)

Cross-compilation toolchain:

FileDescription
poky-glibc-x86_64-core-image-hailo-dev-armv8a-hailo15-sbc-rev3-toolchain-4.0.23.shSDK installer
sysroots/Target and host sysroots
environment-setup-*Environment script
tip

Visit the Hailo Developer Zone to download the latest software packages.

Board Tools

Python tools for board management:

FileDescription
hailo15_board_tools-1.11.0-py3-none-any.whlPython board tools wheel package

Demo Source Code

Hailo Media Library

Video processing framework with GStreamer integration:

# Clone the repository
git clone https://github.com/hailo-ai/hailo-media-library.git

Features:

  • Pipeline configuration via JSON
  • ISP control and tuning
  • Encoder configuration
  • Buffer management

Hailo Imaging

ISP control and camera configuration:

# Clone the repository
git clone https://github.com/hailo-ai/hailo-imaging.git

Features:

  • v4l2-ctl integration
  • Sensor configuration
  • 3A control (Auto Exposure, White Balance, Focus)
  • HDR tuning

TAPPAS

AI application framework:

# Clone the repository
git clone https://github.com/hailo-ai/tappas.git

Includes pre-built pipelines for:

  • Object detection (YOLO)
  • Classification
  • Semantic segmentation

Reference Documentation

PDF Manuals

Manuals are included in the software package docs/ directory:

DocumentContents
Hailo Imaging User GuideISP tuning, v4l2-ctl commands, sensor configuration
Media Library User GuideAPI reference, pipeline setup, JSON schema
Board Design GuideHardware design, schematics, layout guidelines

API Documentation

APILocation
Media LibraryHeaders in /usr/include/hailo/
V4L2 Controls/usr/include/v4l_ctrl_example.h

Community

Hailo Developer Zone

The main portal for all Hailo resources:

https://hailo.ai/developer-zone/

Includes:

  • Software downloads
  • Hardware design resources
  • Documentation
  • Community forums

GitHub

RepositoryURLDescription
Hailo Media Libraryhttps://github.com/hailo-ai/hailo-media-libraryVideo processing
Hailo Imaginghttps://github.com/hailo-ai/hailo-imagingISP control
TAPPAShttps://github.com/hailo-ai/tappasAI applications

Support

For technical support:

Third-Party Tools

ToolURLPurpose
balenaEtcherhttps://www.balena.io/etcher/SD card flashing
GStreamerhttps://gstreamer.freedesktop.org/Multimedia framework
Yocto Projecthttps://www.yoctoproject.org/Embedded Linux build system
SWUpdatehttps://sbabic.github.io/swupdate/OTA update framework

Version Information

Current software versions:

ComponentVersion
BSP1.11.0
Media Library1.11.0
Board Tools1.11.0

Version format: hailo15-<major>.<minor>.<patch>

ComponentMeaning
majorBreaking changes
minorNew features
patchBug fixes