docs: fix hailo setup numbering error

This commit is contained in:
GuoQing Liu 2026-02-21 16:17:31 +08:00 committed by GitHub
parent 5f2536dcd8
commit e92a71b3ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
This command should return no results. This command should return no results.
3. **Run the installation script**: 2. **Run the installation script**:
Download the installation script: Download the installation script:
@ -213,7 +213,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
- Download and install the required firmware - Download and install the required firmware
- Set up udev rules - Set up udev rules
4. **Reboot your system**: 3. **Reboot your system**:
After the script completes successfully, reboot to load the firmware: After the script completes successfully, reboot to load the firmware:
@ -221,7 +221,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
sudo reboot sudo reboot
``` ```
5. **Verify the installation**: 4. **Verify the installation**:
After rebooting, verify that the Hailo device is available: After rebooting, verify that the Hailo device is available:
@ -727,4 +727,4 @@ services:
- "host.docker.internal:host-gateway" # Required to talk to the NPU detector - "host.docker.internal:host-gateway" # Required to talk to the NPU detector
environment: environment:
- FRIGATE_RTSP_PASSWORD: "password" - FRIGATE_RTSP_PASSWORD: "password"
``` ```