Step 4 : Compile RDKB source code =================================== .. tab-set:: .. tab-item:: Compile RDKB source code * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Compile RDKB source code ` .. _rdkb_rpi_4b_step4_0: .. tab-set:: .. tab-item:: Compile RDKB source code * Make sure you are inside the build directory. .. code-block:: c $ pwd $HOME/rdkb_build * Add the following configuration command for rpi4b .. code-block:: c $ MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi/setup-environment * Compile the rdkb source code using bitbake command. .. code-block:: c $ bitbake rdk-generic-broadband-image * image will be present in the below mentioned directory. .. code-block:: c $ cd build/tmp/deploy/images/raspberrypi4/ $ ls -l -rw-r--r-- 1 test test 1705063 Jan 12 18.16 rdk-generic-broadband-image-raspberrypi4-64-rdk-broadband.wic.bz2