khadas-vim1 / khadas-vim2: bump prebuilt u-boot blob to khadas-uboot 0.17.3#9994
khadas-vim1 / khadas-vim2: bump prebuilt u-boot blob to khadas-uboot 0.17.3#9994igorpecovnik wants to merge 2 commits into
Conversation
Update the VIM2 SD u-boot blob from the khadas-uboot 0.11 release to 0.17.3 (u-boot 2021.07+, dated 2025-09-19). Same on-disk layout (1363968 bytes: 1147392 u-boot + env), so the existing UBOOT_TARGET_MAP raw-write is unchanged; only the binary and its provenance comment move from tag 0.11 to 0.17.3. Blob: VIM2.u-boot.sd.bin, md5 b52581b80040a56778e0cc0389308b58 (verified against the release list.md5sum). Source: https://github.com/khadas/khadas-uboot/releases/tag/0.17.3 Signed-off-by: Igor Pecovnik <igor@armbian.com>
📝 WalkthroughWalkthroughThe workaround comment version for the prebuilt U-Boot used on ChangesKhadas Board U-Boot Comment Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Same bump as khadas-vim2: update the VIM1 SD u-boot blob from the khadas-uboot 0.11 release to 0.17.3 (u-boot 2021.07+, dated 2025-09-19). On-disk layout unchanged (1363968 bytes), so UBOOT_TARGET_MAP is untouched apart from the provenance comment. Blob: VIM1.u-boot.sd.bin, md5 34cf7192baebc532ac9a2aead76461e4 (verified against the release list.md5sum). Requires the artifact-uboot local-blob hashing fix (separate PR) for the bump to trigger a rebuild. Source: https://github.com/khadas/khadas-uboot/releases/tag/0.17.3 Signed-off-by: Igor Pecovnik <igor@armbian.com>
534d5bf to
2ccb2fe
Compare
Summary
Updates the prebuilt SD u-boot blobs for Khadas VIM1 and Khadas VIM2 from the khadas-uboot 0.11 release to 0.17.3 (u-boot 2021.07+, dated 2025-09-19).
Changes
u-boot-vim2-sd.bin→ 0.17.3 (VIM2.u-boot.sd.bin, md5b52581b80040a56778e0cc0389308b58)u-boot-vim1-sd.bin→ 0.17.3 (VIM1.u-boot.sd.bin, md534cf7192baebc532ac9a2aead76461e4)list.md5sum. On-disk layout is unchanged (1363968 bytes), soUBOOT_TARGET_MAPis untouched apart from the provenance comment (0.11→0.17.3).Source: https://github.com/khadas/khadas-uboot/releases/tag/0.17.3
Depends on
#9995 (artifact-uboot: hash local blob content) — without it the artifact version doesn't change when a blob is bumped in place, so the build would reuse the cached
.deband the new blobs wouldn't be packaged. Merge #9995 first.Testing
Both boards tested successfully booting from SD card and eMMC.
Summary by CodeRabbit