agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
507 stars 397 forks source link

change kernel cfg of drm from y to m to fix the pwm issue #1180 #1209

Closed bigbearishappy closed 11 months ago

bigbearishappy commented 11 months ago

- What I did I was trying to fix the startup problem of the LCD driver in yocto.And I find that the kernel config in yocto of drm is different with raspbianOS.So I change it same with raspbianOS. And it works fine.

Interestingly, I also find that the PWM issue I create in https://github.com/agherzan/meta-raspberrypi/issues/1180 was fixed.

bigbearishappy commented 11 months ago

Lgtm although I wonder if it will affect images booting out of initramfs

Oh, it's already tested with booting out of initramfs. And it works fine.

bigbearishappy commented 11 months ago

Interesting. Can you please add your rationale in git log and have a format as per https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html? Thanks.

Thanks for your guidance. The git log is updated now. Please let me know if there is any further work I need to do.

agherzan commented 11 months ago

@bigbearishappy is this issue specific to the kirkstone branch? Are you able to give it a spin on the master branch too?

bigbearishappy commented 10 months ago

@bigbearishappy is this issue specific to the kirkstone branch? Are you able to give it a spin on the master branch too?

I think it's not a issue specific to kirkstone. I will have a try with master and create a PR if it's needed.

agherzan commented 10 months ago

Please do so that we don't miss it as new versions evolve. Thanks.

shr-project commented 7 months ago

@bigbearishappy Ping for PR for langdale, mickledore and master branches.

@agherzan FYI

agherzan commented 7 months ago

@bigbearishappy can you please push this to the branches mentioned above as MRs?