In this article, dive into the existing Epiphany kernel module, break it into parts and investigate its functions. Analyzing a few thousands of lines of code is not that exciting, so we are going to pretend the driver doesn't exist and write it from scratch. The empirical approach will help us understand the Kernel <-> Epiphany communication better, and that will become crucial for the project we'll implement at the end of the series.
Tag Archives: fpga
# Parallella (part 2): Hardware
Parallella board is equipped with a powerful 16-core Epiphany coprocessor. In this post, we dive into hardware design, learn about FPGA, and analyze datasheets to answer the question, "what does make the parallella board special?".