On Thu, Mar 14, 2019 at 04:19:31PM +0100, Eugeniu Rosca wrote:
[..]
> 
> Both 'mkdtimg' tool and the 'mkdtboimg.py' script seem to lack the
> capability of extracting the original dtb/dtbo blobs from the
> dtb{o}.img file.
[..]

jFTR, below 'dd' workaround comes to the rescue.

$ dd skip="dt_table_entry[i]->dt_offset" \
    count="dt_table_entry[i]->dt_size"   \
    if=dtb.img of=i.dtb bs=1

> Many thanks,
> Eugeniu.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to