Resources
Downloads, documentation, and community resources for Silight AI Camera development.
Downloads
Software Packages
Complete Yocto-based Linux distribution for the Silight AI Camera:
| Component | Description |
|---|---|
core-image-minimal-hailo15-sbc-rev3.wic | SD card image |
hailo-update-image-hailo15-sbc-rev3.swu | SWUpdate image for OTA updates |
hailo15_uart_recovery_fw.bin | UART recovery firmware |
hailo15_scu_bl.bin | SCU bootloader |
hailo15_scu_fw.bin | SCU firmware |
scu_bl_cfg_a.bin | SCU bootloader configuration |
u-boot-spl.bin | U-Boot SPL (Secondary Program Loader) |
u-boot.dtb.signed | Signed U-Boot device tree blob |
u-boot-initial-env | U-Boot initial environment |
u-boot-tfa.its | U-Boot TF-A ITS (Image Tree Source) |
fitImage | Flattened Image Tree (FIT) kernel image |
customer_certificate.bin | Customer certificate |
SDK (Software Development Kit)
Cross-compilation toolchain:
| File | Description |
|---|---|
poky-glibc-x86_64-core-image-hailo-dev-armv8a-hailo15-sbc-rev3-toolchain-4.0.23.sh | SDK 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:
| File | Description |
|---|---|
hailo15_board_tools-1.11.0-py3-none-any.whl | Python 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:
| Document | Contents |
|---|---|
| Hailo Imaging User Guide | ISP tuning, v4l2-ctl commands, sensor configuration |
| Media Library User Guide | API reference, pipeline setup, JSON schema |
| Board Design Guide | Hardware design, schematics, layout guidelines |
API Documentation
| API | Location |
|---|---|
| Media Library | Headers 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
| Repository | URL | Description |
|---|---|---|
| Hailo Media Library | https://github.com/hailo-ai/hailo-media-library | Video processing |
| Hailo Imaging | https://github.com/hailo-ai/hailo-imaging | ISP control |
| TAPPAS | https://github.com/hailo-ai/tappas | AI applications |
Support
For technical support:
- GitHub Issues: https://github.com/hailo-ai
- Developer Zone: https://hailo.ai/developer-zone/
Third-Party Tools
| Tool | URL | Purpose |
|---|---|---|
| balenaEtcher | https://www.balena.io/etcher/ | SD card flashing |
| GStreamer | https://gstreamer.freedesktop.org/ | Multimedia framework |
| Yocto Project | https://www.yoctoproject.org/ | Embedded Linux build system |
| SWUpdate | https://sbabic.github.io/swupdate/ | OTA update framework |
Version Information
Current software versions:
| Component | Version |
|---|---|
| BSP | 1.11.0 |
| Media Library | 1.11.0 |
| Board Tools | 1.11.0 |
Version format: hailo15-<major>.<minor>.<patch>
| Component | Meaning |
|---|---|
| major | Breaking changes |
| minor | New features |
| patch | Bug fixes |