Versions Compared

Key

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

...

Note : The above bug fixes changes are temporary given as instructions. This is not required once the change is gets merged into the appropriate repo.

Below is the path to enable the DISTRO Feature to support the Wi-Fi Hal 3.0 Feature,


Code Block
languagebash
titleDISTRO - Wi-Fi Hal 3.0
cd ~/meta-cmf-raspberrypi/conf/machine
vi raspberrypi4-rdk-broadband.conf
# Append the below line to enable wifi hal 3.0 feature support in rpi4
DISTRO_FEATURES_append = " halVersion3 "
Code Block
languagebash
themeDJango
titleImage Generation
$ MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-broadband-image

...