Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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