Closed vermaete closed 4 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.
dtoverlay=disable-bt
/boot/config.txt
raspberrypi5
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.
The config.txt should still be the configuration interface for rpi5, too.
Description
When adding
dtoverlay=disable-bt
to the/boot/config.txt
file of a Yocto image with machineraspberrypi5
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.