Andrey Smirnov 263f699ea4
chore: annotate extensions with tiers
Fixes #10940

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-08-26 20:58:30 +04:00
..
2025-08-26 20:58:30 +04:00
2025-06-25 16:34:11 +05:30

hailort extension

This extension provides HailoRT drivers for Talos Linux.

Installation

See Installing Extensions.

Usage

machine:
  kernel:
    modules:
      - name: hailort

Verifiying

You can verify the modules are enabled by reading the /proc/modules where it should show the module is live.

For example:

$ talosctl read /proc/modules
hailo_pci 135168 0 - Live 0xffffffffc0674000 (O)

In addition, if you actually have Hailo module installed, you should be able to verify it's presence at /dev/hailo0.

For example:

$ talosctl ls -l /dev/hailo0