mentioning Igor was only to express the value armbian would have when volumio was going to take use of that in any form.
The Armbian team should be entitled to know we are using their work, apart from any other rules we would need to comply with.
I have now “fiddled” with the armbian build for the last week or so and tried to see if we can build some sort of an interface with volumio.
Armbian’s main asset to us seems to be creating the platform files, for the rest (armbian rootfs) I have not seen a point.
We have different build environments (Armbian Ubuntu, Volumio Debian), but with my approach that should not be a real issue.
I believe, that we can use the ubuntu build environment from armbian to build u-boot and kernel and transfer the relevant generated .deb files to a volumio platform repo.
The build scripts need a slight change. installing u-boot and kernel, including volumio-specific boot configuration needs to move into the config.sh file.
I’m planning to test this, it is a different approach from what others have tried.