agherzan / meta-raspberrypi

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

Does the /boot/config.txt for raspberry pi 5 work? #1346

Open vermaete opened 5 days ago

vermaete commented 5 days ago

Description

When adding dtoverlay=disable-bt to the /boot/config.txt file of a Yocto image with machine raspberrypi5 it didn't do anything.

When comparing the dmesg log with our with the dtoverlay=disable-bt there is no difference.

Could it be this file is not processed anymore starting from raspberrypi5?

Changing it within Raspbian did enable/disable BT. But the file structure at /boot is different at Raspbian.

I'm working with the current master of meta-raspberrypi and all other layers.