pengutronix / genimage

tool to generate multiple filesystem and flash images from a tree
GNU General Public License v2.0
309 stars 110 forks source link

image-rauc: allow to specify an offset to skip input bytes #241

Closed ukleinek closed 6 months ago

ukleinek commented 7 months ago

This is useful for barebox images on (at least) i.MX8 to be written to eMMC. There the first 32K of the image must be skipped.

ukleinek commented 6 months ago

Having the DCO check enabled for a project that doesn't formalize the meaning of a S-o-b line is ridiculous. I assume I can ignore that failing check.

michaelolbrich commented 6 months ago

Having the DCO check enabled for a project that doesn't formalize the meaning of a S-o-b line is ridiculous. I assume I can ignore that failing check.

You're right, but we should formalize that instead. I've created #242 for that. Can you take a look please to see if it make sense like that?

ukleinek commented 6 months ago

You have a newer rauc version than the one used in the CI. This is unrelated to your change. Just drop the those changes and ignore your local errors.

Huh, these were not supposed to be pushed. My intention was to have these locally to be able to test before pushing and seeing the CI fail. Fixed now.