Date
1 - 5 of 5
meta-intel stuck on bootup #yocto
eph_pendragon
Hi everyone,
So I am relatively new to the project and I have successfully been a able to make a few builds following the really well crafted documentation.
I however have a few issues regarding my target system, an IPC (Simatic Nanobox) with a quad-core Intel celeron processor. Since there's no Bsp that I am aware of, building an image with "genericx86-64" everything boots up alright but I am unable to reboot or shutdown the target system successfully.
I later on added the "meta-intel" layer but up to no avail. The image gets stuck indefinitely on boot-up at: "listing ALSA devices ...".
1. Since I am not really interested in sound for my project, could someone point me to how to remove, fix or skip this step in the boot process altogether?
2. Also, what configuration should I make to my kernel or Bsp layer in order to achieve a successful reboot and shutdown on my target machine when using the bare yocto core-image-minimal?
Thanks.
So I am relatively new to the project and I have successfully been a able to make a few builds following the really well crafted documentation.
I however have a few issues regarding my target system, an IPC (Simatic Nanobox) with a quad-core Intel celeron processor. Since there's no Bsp that I am aware of, building an image with "genericx86-64" everything boots up alright but I am unable to reboot or shutdown the target system successfully.
I later on added the "meta-intel" layer but up to no avail. The image gets stuck indefinitely on boot-up at: "listing ALSA devices ...".
1. Since I am not really interested in sound for my project, could someone point me to how to remove, fix or skip this step in the boot process altogether?
2. Also, what configuration should I make to my kernel or Bsp layer in order to achieve a successful reboot and shutdown on my target machine when using the bare yocto core-image-minimal?
Thanks.
Dimitris Tassopoulos
Hi, I don't is alsa is your actual issue, even if the kernel seems that it's stuck there,
but in any case you can remove the alsa from your distro. I guess you're using poky
as base distro, so add this line to your tmp/conf/local.conf file.
DISTRO_FEATURES_remove = "alsa"
then rebuild.
Regards.
On Wed, Dec 11, 2019 at 2:16 PM eph_pendragon <leocorp96@...> wrote:
Hi everyone,
So I am relatively new to the project and I have successfully been a able to make a few builds following the really well crafted documentation.
I however have a few issues regarding my target system, an IPC (Simatic Nanobox) with a quad-core Intel celeron processor. Since there's no Bsp that I am aware of, building an image with "genericx86-64" everything boots up alright but I am unable to reboot or shutdown the target system successfully.
I later on added the "meta-intel" layer but up to no avail. The image gets stuck indefinitely on boot-up at: "listing ALSA devices ...".
1. Since I am not really interested in sound for my project, could someone point me to how to remove, fix or skip this step in the boot process altogether?
2. Also, what configuration should I make to my kernel or Bsp layer in order to achieve a successful reboot and shutdown on my target machine when using the bare yocto core-image-minimal?
Thanks. -=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#47631): https://lists.yoctoproject.org/g/yocto/message/47631
Mute This Topic: https://lists.yoctoproject.org/mt/68149279/3958120
Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=7196821
Group Owner: yocto+owner@...
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [dimtass@...]
-=-=-=-=-=-=-=-=-=-=-=-
Dan O'Donovan
If you are using the meta-intel layer, you could also change your MACHINE to 'intel-corei7-64' instead of 'genericx86-64'. I'm not sure if it will fix your specific issue but it will at least allow you to benefit from some of the additional features and patches and other tweaks that the meta-intel layer provides.