mkimage: Can't set header for FIT Image support: Success
Bug #876795 reported by
David Leonard
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
u-boot (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When creating a devicetree image with the command:
mkimage -O linux -A powerpc -C none -T flat_dt -d input.dtb output.ub
This results in an output.ub with an all-zero uboot header, the error message:
mkimage: Can't set header for FIT Image support: Success
And it exits non-zero.
I'm not trying to build a FIT image (-f); I'm just wanting my pre-compiled fdt prefixed with a header containing ih_type==8.
I looked at the source and I think that tools/fit_image.c's fit_check_
To post a comment you must log in.
Thanks for the report; Debian/Ubuntu don't patch the mkimage code at the moment, so maybe you could work directly with upstream to solve this? It seems you started diving into this, do you already have a tentative patch to address the issue?
Thanks!