I have been running into some issues with the buildroot sdk.
I think most of these are a result of using a modern toolchain against the 2021 buildroot version.
For instance this is an issue I have run into. And judging by the thread a lot of people seem to be running into buildroot related issues.
This particular issue I think can be fixed by using a slightly newer version of util-linux or just omitting parts of it from the build.
But as far as I understand buildroot doesn’t allow you to partially update packages. You’d just need to use a new release of buildroot.
So has anyone tried porting the current config to a newer version of buildroot? Is there any particular reason for keeping it on 2021.05?
I verified that patching util-linux does fix that particular issue, but I still run into other issues.
I am going to try to make a global patch directory to fix these minor patches. And I might also still experiment with updating buildroot in its entirety.
Know that I am somewhat more familiar with the build system, I generally think that the whole buildroot could be replaced with a newer release without much trouble.
I have a Duo S board with an eMMC module, but for now I’d rather prefer testing these images on TF cards, which are expendables, to some extent.
Currently building them four to see how long it will take (and how much space it’s gonna eat; I’m already thinking of using some filesystem with compression and deduplication), will flash it, and try on my bards, and get back here.