Step 3 : Adding Build Configurations
=======================================

.. tab-set::

   .. tab-item:: Adding Build Configurations

        * In this section, 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:`Adding Build Configurations <prplos_rpi_3b_step3_0>`


.. _prplos_rpi_3b_step3_0:

.. tab-set::

   .. tab-item:: Adding Build Configurations

        * Go to prplos directory

        .. code-block:: c

		test:~$ cd $HOME/prplos

        * update and install the feeds.

        .. code-block:: c

		test:~/prplos$ ./scripts/feeds update -a 

		test:~/prplos$ ./scripts/feeds install -a

        * run make menuconfig to add the build configurations.

        .. code-block:: c

		test:~/prplos$ make menuconfig

        * Add the following build configurations in menuconfig for RPI 3B+.

        .. code-block:: c

		* In Target System select Broadcom BCM27xx
			Target System (Broadcom BCM27xx)
				BCM2711 boards (64 bit)

			* In Subtarget select BCM2710 boards (64 bit)
				Subtarget
					(X) BCM2710 boards (64 bit)

			* In Target Profile select (X) (Raspberry Pi 3B/3B+/3CM (64bit))
				Target Profile (Raspberry Pi 3B/3B+/3CM (64bit))
					 (X) (Raspberry Pi 3B/3B+/3CM (64bit))

        * Save all the configuration settings