Step 3 : Download Free-RTOS rpi3b source code

  • In this program, you are going to learn

  • How to ?

Topics in this section,

  • Go to the Home directory

$ cd $HOME
  • Use git clone to download the Free-RTOS the free source code for rpi3b.

$ 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 <https://github.com/eggman/FreeRTOS-raspi3>

  • Use unzip command to extract the source code.

  • code-block:: c

    $ unzip FREERTOS-raspi3-master.zip -d $HOME