I built a new yocto image for a custom board. I flashed it to an SD card and tried booting it, but freezes while booting Kernel.
The image has SYSTEMD feature enabled. If I disable SYSTEMD, it boots fine. Do i need to configure anything ? like in fstab? I am stuck at this point for a long time, so please advice.
Best Answer
I was able to resolve this error. I enabled CONFIG_CGROUPS related features as mentioned in (link) in my machine's defconfig and the Kernel boots fine :)