Step 4 : Compile prplOS source code ===================================== .. tab-set:: .. tab-item:: Compile prplOS source code * 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:`compile prplOS source code ` .. _prplos_rpi_3b_step4_0: .. tab-set:: .. tab-item:: Compile prplOS source code * Go to the prplos directory and run make to compile the source code. .. code-block:: c test:~$ cd $HOME/prplos test:~/prplos$ make * Once build process completes, we can see prplOS image in below specified path * /prplos/bin/targets/bcm27xx/bcm2710/openwrt-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz .. code-block:: c test:~$ cd /prplos/bin/targets/bcm27xx/bcm2710/ test:~/bcm2710$ ls openwrt-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz