Hello everyone,
I’m trying to build a custom image using RSDK and have run into an issue.
I have a custom kernel that I built from the BSP and packaged as a .deb file. This kernel package installs and works correctly on my board when I install it manually using dpkg .
However, when I try to include this custom kernel in a new image using RSDK with the --debs option, the final image is still built with the default kernel instead of my custom one.
Has anyone encountered a similar issue or have any idea why the --debs option might not be overwriting the default kernel?