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_4b_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/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/tmp/openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz .. code-block:: c test:~$ cd /prplos/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/tmp/ test:~/tmp$ ls openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz