-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Hailo-8 firmware to 4.19.0 for RPi kernel 6.6.62 #3716
Conversation
Kernel bump in #3715 contains update of the driver to version 4.19.0 - bump the firmware version to match it.
📝 WalkthroughWalkthroughThe changes in this pull request involve updates to the Hailo8 firmware version from 4.18.0 to 4.19.0. This includes modifications to the SHA256 hash in the Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (2)buildroot-external/package/hailo8-firmware/hailo8-firmware.mk (2)Line range hint The firmware installation process:
The firmware version update to 4.19.0 aligns with the kernel driver update from PR #3715, maintaining version compatibility. Let's verify the firmware availability and hash consistency: ✅ Verification successfulVersion update is properly synchronized with hash file and firmware availability The verification confirms:
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify firmware binary availability and hash file consistency
# Check if the hash file exists and contains the new version
echo "Checking hash file..."
rg "4.19.0" buildroot-external/package/hailo8-firmware/hailo8-firmware.hash
# Verify URL accessibility (will only check response headers)
echo "Verifying firmware URL accessibility..."
curl -I "https://hailo-hailort.s3.eu-west-2.amazonaws.com/Hailo8/4.19.0/FW/hailo8_fw.4.19.0.bin"
Length of output: 1144 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Kernel bump in #3715 contains update of the driver to version 4.19.0 - bump the firmware version to match it.
Summary by CodeRabbit
New Features
Bug Fixes