image: assemble Hi3519DV500 full NOR images (#2208)#2211
Merged
Conversation
The dv500 NOR boot path is now wired in u-boot (OpenIPC/u-boot-hi3519dv500#3) and the emulator (widgetii/qemu-hisilicon#126), and the per-binning signed boot images (boot-hi3519dv500-{dmeb,dmebpro}-nor.bin) are published to the `latest` release. Assemble the full 16 MiB NOR images the same way as cv6xx: the shared firmware.bin.hi3519dv500 (kernel+squashfs) plus the per-binning u-boot whose baked DDR reg table differs by board layout (dmeb 6-layer, dmebpro 4-layer flyby; both DDR4-2666 2 GB). U-Boot @0, env @0x80000, firmware @0xc0000 (768 KiB). Verified booting to userspace in QEMU. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes the Hi3519DV500 half of #2208 by assembling the full 16 MiB NOR images in the release
imageworkflow, the same way #2210 did for cv6xx.Now that the dv500 NOR boot path is wired in U-Boot (OpenIPC/u-boot-hi3519dv500#3, merged) and the emulator (widgetii/qemu-hisilicon#126, merged), the per-binning signed boot images (
boot-hi3519dv500-{dmeb,dmebpro}-nor.bin) are published to thelatestrelease. Same scheme as cv6xx — one shared kernel+rootfs blob (firmware.bin.hi3519dv500) plus the per-binning U-Boot whose baked DDR reg table differs by board layout:dmebdmebproNOR layout (16 MiB): U-Boot @0, env @0x80000, firmware @0xc0000 (768 KiB) — matching the U-Boot MTDPARTS. Produces
openipc-hi3519dv500-{dmeb,dmebpro}-nor-ultimate.bin.create_hisiskips gracefully if an artifact is missing, so this can't break the existing cv6xx/sigmastar/etc. assembly.Verified
The assembled image (this U-Boot +
firmware.bin.hi3519dv500) boots end-to-end to the login prompt on the emulated dual Cortex-A55, 3/3 runs, no Oops/panic:🤖 Generated with Claude Code