I am working with the AIMB-288E Intel-based board and have successfully built and booted a Yocto Kirkstone image (core-image-sato) and abel to get the default GUI on the screen ,hear by default we get the linux kernel version 5.15. i have used the MACHINE = “genericx86-64” in locl.conf file to build my yocto image .
However, I require the latest Linux kernel 6.x. so decided to build a yocto Scarthgap,
I tried to build a Yocto Scarthgap image (core-image-sato) with kernel 6.x and MACHINE = “genericx86-64” in locl.conf file. The build completed successfully, but when I try to boot the target board, I encounter an issue:
- The system starts booting.
- The GRUB menu appears and stays for about 5 seconds.
- After selecting an option, some logs appear, but shortly after, the system exits.
Has anyone successfully used kernel 6.x on a similar setup? Are there any known issues or recommended configurations for enabling support on the AIMB-288E board? Whether genericx86-64 is suitable for AIMB-288E
Any guidance would be appreciated!