Hello Danny, Danny Milosavljevic skribis: > I've researched a little in the mean time and found out that other projects > DO have automated u-boot installation, for example: > > https://github.com/buildroot/buildroot/blob/master/board/olimex/a20_olinuxino/genimage.cfg > > So we could leave this stuff mostly to them - although it would mean > we'd only support boards they support. Instead of using these .cfg files as-is, how about “importing” them? That structure (or whatever) we discussed could contain essentially the relevant part of those .cfg files (the partitioning info founds in those files seems less relevant to me, or at least it seems like a separate issue.) WDYT? IOW, we could definitely take Buildroot as an inspiration (it’s probably one of the best tools in this area), but maybe not reuse the actual files. Thanks, Ludo’.