Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

bitbake rdk-generic-broadband-image

Mar 21 2024 update:

To get dbus on and enabled, we removed the lines 17-20 from meta-cmf-raspberrypi/recipes-core/dbus/dbus_%.bbappend:

Code Block
do_install_append_aarch64_broadband () {
          # Removing dbus service in 64bit arch alone
          rm  ${D}${systemd_system_unitdir}/dbus.service   
}

However even though it appears the rpi Bluetooth stack is compiled, it appears to be non functional as we’re getting an init failure from hci uart (particularly a timeout).
Any suggestions Manigandan Gopalakrishnan? (since you were the last to update the rapi4 document)