Reader small image

You're reading from  Raspberry Pi Computer Architecture Essentials

Product typeBook
Published inMar 2016
Reading LevelIntermediate
Publisher
ISBN-139781784397975
Edition1st Edition
Languages
Right arrow
Authors (2):
Andrew K. Dennis
Andrew K. Dennis
author image
Andrew K. Dennis

Andrew K. Dennis is a full stack and cybersecurity architect with over 17 years' experience who currently works for Modus Create in Reston, VA. He holds two undergraduate degrees in software engineering and creative computing and a master's degree in information security. Andy has worked in the US, Canada, and the UK in software engineering, e-learning, data science, and cybersecurity across his career, and has written four books on IoT, the Raspberry Pi, and supercomputing. His interests range from the application of pataphysics in computing to security threat modeling. Andy lives in New England and is an organizer of Security BSides CT.
Read more about Andrew K. Dennis

View More author details
Right arrow

VideoCore IV GPU


As we covered in Chapter 1, Introduction to the Raspberry Pi's Architecture and Setup, of this title, the Raspberry Pi 2 comes equipped with a Broadcom VideoCore IV GPU.

A GPU is a piece of electronic hardware specifically geared towards calculating complex mathematics and altering memory at high speed for the creation and manipulation of images in a frame buffer.

You will be exploring how to access the frame buffer via a C program shortly.

The graphical processing unit the Raspberry Pi 2 comes with provides a variety of features, including OpenMAX, Open EGL, OpenGL 1.1 and 2.2, and Open VG1.1. We will explore some of these briefly later in this chapter as well.

However, due to the complexity of these technologies, it is out of the scope of this book to delve into each in detail. For those who are interested, a comprehensive guide can be found at https://jan.newmarch.name/RPi/, including example programs.

In order to showcase some of the abilities of the GPU you will find a number...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Raspberry Pi Computer Architecture Essentials
Published in: Mar 2016Publisher: ISBN-13: 9781784397975

Authors (2)

author image
Andrew K. Dennis

Andrew K. Dennis is a full stack and cybersecurity architect with over 17 years' experience who currently works for Modus Create in Reston, VA. He holds two undergraduate degrees in software engineering and creative computing and a master's degree in information security. Andy has worked in the US, Canada, and the UK in software engineering, e-learning, data science, and cybersecurity across his career, and has written four books on IoT, the Raspberry Pi, and supercomputing. His interests range from the application of pataphysics in computing to security threat modeling. Andy lives in New England and is an organizer of Security BSides CT.
Read more about Andrew K. Dennis