<MadnessASAP>
Good day all, I'm porting OpenWRT to a new device and have hit a hitch. I need to offset a u-boot FIT exactly 0x40000 bytes into a uImage then prefixed with an extra OEM header. Any hints on how to achieve that offset?
<Habbie>
i'm sure this is not the first device to need such a thing
<Habbie>
the openwrt tree is full of tools and things that probably do similar things for other devices
<Habbie>
looking around, starting close to your device (say, same SoC) often does a lot
<MadnessASAP>
Yeah, I've been poking around, definitley some similar devices, nothing has jumped out at me as using this same layout. The weird part being that this structure is duplicated on flash leaving ~64k of wasted space between the uImage/OEM header and the actual FIT that u-boot is looking for