Step 3 : Download Free-RTOS rpi3b source code =============================================== .. tab-set:: .. tab-item:: How to download the Free-RTOS rpi3b 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:`Download Free-RTOS rpi3b source code ` .. _freertos_qemu_rpi3b_step3_0: .. tab-set:: .. tab-item:: Download Free-RTOS rpi3b source code * Go to the Home directory .. code-block:: c $ cd $HOME * Use git clone to download the Free-RTOS the free source code for rpi3b. .. code-block:: c $ git clone https://github.com/eggman/FreeRTOS-raspi3.git * Or alternatively you can download the zip file from the link and untar the source code. * `Free-RTOS source code for rpi ` * Use unzip command to extract the source code. * code-block:: c $ unzip FREERTOS-raspi3-master.zip -d $HOME