Update installation.md

Changed kernel driver version check from modinfo to /sys/module for correct post-reboot output
This commit is contained in:
Pops0n 2026-02-04 23:54:32 +01:00 committed by GitHub
parent 8a00c722a5
commit a9563a93d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
Verify the driver version: Verify the driver version:
```bash ```bash
modinfo hailo_pci | grep version cat /sys/module/hailo_pci/version
``` ```
Verify that the firmware was installed correctly: Verify that the firmware was installed correctly: