agherzan / meta-raspberrypi

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

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

Closed vermaete closed 4 months ago

vermaete commented 5 months 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.

agherzan commented 4 months ago

The config.txt should still be the configuration interface for rpi5, too.