If you encounter the following error: (actual page size might vary)
[HailoRT] [error] CHECK_AS_EXPECTED failed - max_desc_page_size given 16384 is bigger than hw max desc page size 4096"
Some hosts doesn’t support certain PCIe descriptor page size. in order to overcome this issue add the text below to /etc/modprobe.d/hailo_pci.conf (create the file if it doesn’t exist)
Use your machine max page size.
options hailo_pci force_desc_page_size=4096
Reboot the machine for this change to take effect.
You can also reload the driver without rebooting by running the following commands:
sudo modprobe -r hailo_pci
sudo modprobe hailo_pci