YoeDistro / meta-intel

Intel BSP layer
Other
14 stars 15 forks source link

IMAGE STUCK @ ALSA device list #1

Closed leocorp96 closed 4 years ago

leocorp96 commented 4 years ago

Hello, I am trying to build a yocto Image for a Simatic PC with an Intel-celeron processor. First of, building for the "generic-x86-64" it is able to boot up successfully even though the image can't seem to control the shutdown and reboots of the PC. So I thought the optimized meta-intel layer might do the trick. However, after adding the layer and creating images for both core-2 and core-i7, I noticed that, at boot up, the PC gets stuck at: "ALSA device list:"

I have tried removing "alsa" from the "MACHINE_FEATURES" in the x86-base.inc" file but that changes nothing.

I was hoping someone could help resolve this issue. It's got me STUCK!! Find attached a screen capture of the current issue. 20191216_144502

kraj commented 4 years ago

Can you describe your build, are you using master or some release of yoe ?

leocorp96 commented 4 years ago

I am using the "THUD" release of yoe and hence I also switched to the "THUD" header of the meta-intel layer in hopes to avoid any compatibility issues.

kraj commented 4 years ago

Ok is it Possible for you to use Zeus release

leocorp96 commented 4 years ago

I can try it out if you think that might resolve the issue. The thing is, I am also dependent on the meta-snap layer which seem to be stuck at this particular release (thud). Hence the reason I am trying to adapt everything to it. NOTE: However the meta-snap isn't currently being applied or anything. I intend to use in the future

leocorp96 commented 4 years ago

Okay guys, the issue has been resolved. I changed the default kernel to 4.9 and also patched it to include and support additional hardware present on my PC.

cbrake commented 4 years ago

thanks for letting us know how you resolved it -- glad its working.