Open shaunmulligan opened 5 months ago
As you may know, Raspberry Pi Ltd launch the Raspberry Pi AI Kit. Its essentially a HAT+ with a Hailo AI NPU to do inference. From what I can tell it would need a kernel module added into to meta-raspberrypi
From the Raspberry Pi Ltd docs:
Install the dependencies required to use the AI Kit. Run the following command from a terminal window:
$ sudo apt install hailo-all
This installs the following dependencies:
Is this something that is already planned?
@shaunmulligan thanks for the report. I am not aware of anyone working on it in yocto community for rpi layer on it.
As you may know, Raspberry Pi Ltd launch the Raspberry Pi AI Kit. Its essentially a HAT+ with a Hailo AI NPU to do inference. From what I can tell it would need a kernel module added into to meta-raspberrypi
From the Raspberry Pi Ltd docs:
Install the dependencies required to use the AI Kit. Run the following command from a terminal window:
This installs the following dependencies:
Is this something that is already planned?