Installation of Raspbian and Related Software on Raspbery Pi

Steps

  1. Install Raspbian:
  2. During the installation of Raspbian, remember to select the keyboard layout as "us" (You probably need to reboot once to take effect). You can also change the keyboard layout by:

       $ sudo vim.tiny /etc/default/keyboard 

    and set XKBLAYOUT="us".

  3. Install CGDB:
  4.    $ sudo apt-get install cgdb
  5. Install Valgrind:
  6.    $ sudo apt-get install valgrind

Most of the other required softwares, such as git, are already with the Raspbian. If more softwares are needed for future labs, you will be provided with further tutorial on those.