[U-Boot] [5/5] arm: ti: boot: Implement Android boot using DT image format

Eugeniu Rosca erosca at de.adit-jv.com
Mon Mar 18 19:41:52 UTC 2019


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.


More information about the U-Boot mailing list