
18 Mar
2019
18 Mar
'19
8:41 p.m.
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.