[HailoRT] [error] CHECK failed - max_desc_page_size given 16384 is bigger than hw max desc page size 4096

This problem is solved by this

Make sure the /etc/modprobe.d/hailo_pci.conf exists and contains the following line:
options hailo_pci force_desc_page_size=4096

create /etc/modprobe.d/hailo_pci.conf and input options hailo_pci force_desc_page_size=4096.

2 Likes