diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index b62c3c574..7b5857ff7 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -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. -3. **Run the installation script**: +2. **Run 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 - Set up udev rules -4. **Reboot your system**: +3. **Reboot your system**: 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 ``` -5. **Verify the installation**: +4. **Verify the installation**: 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 environment: - FRIGATE_RTSP_PASSWORD: "password" -``` \ No newline at end of file +```