* Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto @ 2025-03-27 10:31 rajesh.d 2025-03-27 10:38 ` [yocto] " Alexander Kanavin 0 siblings, 1 reply; 7+ messages in thread From: rajesh.d @ 2025-03-27 10:31 UTC (permalink / raw) To: yocto [-- Attachment #1: Type: text/plain, Size: 1085 bytes --] 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! [-- Attachment #2: Type: text/html, Size: 1850 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [yocto] Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto 2025-03-27 10:31 Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto rajesh.d @ 2025-03-27 10:38 ` Alexander Kanavin [not found] ` <28798.1743156292218400183@lists.yoctoproject.org> 0 siblings, 1 reply; 7+ messages in thread From: Alexander Kanavin @ 2025-03-27 10:38 UTC (permalink / raw) To: yocto, rajesh.d The recommended MACHINE for Intel hardware is one provided by meta-intel layer. genericx86-64 is incomplete in many ways and isn't well tested on actual hardware. Alex On Thu, 27 Mar 2025 at 11:31, rajesh.d via lists.yoctoproject.org <rajesh.d=mindteck.com@lists.yoctoproject.org> wrote: > > 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! > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#65025): https://lists.yoctoproject.org/g/yocto/message/65025 > Mute This Topic: https://lists.yoctoproject.org/mt/111933702/1686489 > Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone > Mute #scarthgap:https://lists.yoctoproject.org/g/yocto/mutehashtag/scarthgap > Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <28798.1743156292218400183@lists.yoctoproject.org>]
* Re: [yocto] Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto [not found] ` <28798.1743156292218400183@lists.yoctoproject.org> @ 2025-03-28 10:12 ` Alexander Kanavin [not found] ` <16009.1743485014434686282@lists.yoctoproject.org> 0 siblings, 1 reply; 7+ messages in thread From: Alexander Kanavin @ 2025-03-28 10:12 UTC (permalink / raw) To: rajesh.d; +Cc: yocto I suspect sato runs into X11 driver regressions on intel hardware. What happens with minimal, I don't know, you need to show that too. Note that you can try switching to different virtual terminals and see if you can login there. Or even add an ssh server to the image and login via that to check boot logs. Alex On Fri, 28 Mar 2025 at 11:04, Rajesh D via Lists.Yoctoproject.Org <rajesh.d=mindteck.com@lists.yoctoproject.org> wrote: > > Hi Alex, > > I built the Yocto image (core-image-sato) for MACHINE="intel-corei7-64" , as .conf file provided in the meta-intel/conf/machine/ directory. However, after a successful build, I encountered the same boot issue on my target board. > > To check further, I built a core-image-minimal Yocto image using MACHINE="intel-core-i7-64", but the issue remain same. Interestingly, when I switched to MACHINE="genericx86-64" and built the core-image-minimal image, it booted successfully. > Are there any additional steps required to ensure compatibility with my hardware and build a bootable core-image-sato image? Any guidance would be appreciated! > For reference, I have attached a video (Scarthgap_testboot_video.mp4) showing the boot issue I am encountering. Please let me know if any further details are needed. > > Rajesh D ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <16009.1743485014434686282@lists.yoctoproject.org>]
* Re: [yocto] Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto [not found] ` <16009.1743485014434686282@lists.yoctoproject.org> @ 2025-04-01 8:27 ` Alexander Kanavin 2025-04-01 15:21 ` Khem Raj 1 sibling, 0 replies; 7+ messages in thread From: Alexander Kanavin @ 2025-04-01 8:27 UTC (permalink / raw) To: rajesh.d; +Cc: yocto Sadly I'm out of ideas right now. Do the same images boot ok on your laptop or some other x86 hardware? Alex On Tue, 1 Apr 2025 at 07:23, Rajesh D via Lists.Yoctoproject.Org <rajesh.d=mindteck.com@lists.yoctoproject.org> wrote: > > "The core-image-minimal and core-image-weston image boot process is shown in the videos below. I tried switching to different virtual terminals using keyboard shortcut keys (Ctrl + Alt + F1–F6), but neither a console window nor a GUI appeared." ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [yocto] Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto [not found] ` <16009.1743485014434686282@lists.yoctoproject.org> 2025-04-01 8:27 ` Alexander Kanavin @ 2025-04-01 15:21 ` Khem Raj 2025-04-03 5:44 ` Rajesh D 1 sibling, 1 reply; 7+ messages in thread From: Khem Raj @ 2025-04-01 15:21 UTC (permalink / raw) To: yocto, rajesh.d, Alexander Kanavin [-- Attachment #1.1.1: Type: text/plain, Size: 1239 bytes --] On 3/31/25 10:23 PM, Rajesh D via lists.yoctoproject.org wrote: > "The core-image-minimal and core-image-weston image boot process is > shown in the videos below. I tried switching to different virtual > terminals using keyboard shortcut keys (Ctrl + Alt + F1–F6), but neither > a console window nor a GUI appeared." > It might be that multiple vts are not enabled. try setting SYSVINIT_ENABLED_GETTYS = "1 2 3 4 5 6" in local.conf Other option to try would be to use systemd for that use DISTRO = "poky-altcfg" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > You automatically follow any topics you start or reply to. > View/Reply Online (#65042): https://lists.yoctoproject.org/g/yocto/message/65042 > Mute This Topic: https://lists.yoctoproject.org/mt/111933702/1997914 > Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone > Mute #scarthgap:https://lists.yoctoproject.org/g/yocto/mutehashtag/scarthgap > Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > [-- Attachment #1.1.2: OpenPGP public key --] [-- Type: application/pgp-keys, Size: 2613 bytes --] [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 203 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [yocto] Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto 2025-04-01 15:21 ` Khem Raj @ 2025-04-03 5:44 ` Rajesh D 2025-04-03 14:53 ` Khem Raj 0 siblings, 1 reply; 7+ messages in thread From: Rajesh D @ 2025-04-03 5:44 UTC (permalink / raw) To: Khem Raj, yocto [-- Attachment #1: Type: text/plain, Size: 351 bytes --] Hi Khem Raj, Thank you for your response and for your helpful suggestions. I included DISTRO = "poky-altcfg" in my configuration and built a core-image-sato image. However, when I booted it on the target board, the boot process stopped, displaying the Yocto logo and a progress bar on the screen. I waited for a while, but it did not complete. [-- Attachment #2: Type: text/html, Size: 578 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [yocto] Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto 2025-04-03 5:44 ` Rajesh D @ 2025-04-03 14:53 ` Khem Raj 0 siblings, 0 replies; 7+ messages in thread From: Khem Raj @ 2025-04-03 14:53 UTC (permalink / raw) To: rajesh.d; +Cc: yocto On Wed, Apr 2, 2025 at 10:44 PM Rajesh D via Lists.Yoctoproject.Org <rajesh.d=mindteck.com@lists.yoctoproject.org> wrote: > > Hi Khem Raj, > > Thank you for your response and for your helpful suggestions. > > I included DISTRO = "poky-altcfg" in my configuration and built a core-image-sato image. However, when I booted it on the target board, the boot process stopped, displaying the Yocto logo and a progress bar on the screen. I waited for a while, but it did not complete. you need to connect serial console or somehow get into the machine to observe logs for more info ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-04-03 14:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-27 10:31 Issue Booting Yocto Scarthgap (core-image-sato) Image on AIMB-288E (Intel based target board) #kirkstone #scarthgap #yocto rajesh.d
2025-03-27 10:38 ` [yocto] " Alexander Kanavin
[not found] ` <28798.1743156292218400183@lists.yoctoproject.org>
2025-03-28 10:12 ` Alexander Kanavin
[not found] ` <16009.1743485014434686282@lists.yoctoproject.org>
2025-04-01 8:27 ` Alexander Kanavin
2025-04-01 15:21 ` Khem Raj
2025-04-03 5:44 ` Rajesh D
2025-04-03 14:53 ` Khem Raj
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.