Hi everyone,
I'm currently working on developing a snap using the Hailo TPU on X7. I need some guidance on configuring write permissions to access the TPU device.
I've configured my snapcraft.yml with the following plugs:
- network
- network-bind
- datalayer
- system-observe
- hardware-observe
Despite this, I am still encountering an "access denied" error when trying to open the Hailo device, which is located at /dev/hailo0. I couldn't find a corresponding plug for write permissions in the Snapcraft documentation on hardware interfaces.
Could someone please advise on how to configure the necessary write permissions?
Thank you very much for your time and assistance.
Best regards,
Chih-Peng