Skip to main content
Engineering LibreTexts

Introduction to the Raspberry Pi

  • Page ID
    23498
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

     

    https://www.raspberrypi.org/about/

    "The Raspberry Pi Foundation is a UK-based charity that works to put the power of computing and digital making into the hands of people all over the world. We do this so that more people are able to harness the power of computing and digital technologies for work, to solve problems that matter to them, and to express themselves creatively."

     

    https://subscription.packtpub.com/book/hardware_and_creative/9781784397975/1/ch01lvl1sec08/history-and-background-of-the-raspberry-pi

    The prototype:

    prototypeRPi.PNG

     

    What type of CPU does the current version have?

    The following output is a comparison of CPU architecture between the RPi and my cell phone.

    This was accomplished using the lscpu command. 

    Note: Commands and the command-line using the terminal will be introduced in detail in later chapters.

     

    pi@serverNine$ lscpu
    Architecture:          armv7l

    ------------------------------

    u0_a127@phone$ lscpu
    Architecture:         armv7l
     

    The conclusion is that the RPi and my cheap cell phone use the same CPU architecture.

     


    Introduction to the Raspberry Pi is shared under a GNU General Public License 3.0 license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?