summaryrefslogtreecommitdiff
path: root/slides/ecc2011-klauser.nios2-linux.tex
blob: 12b096ce04c3c8cb3cc5bc9376087316896b692f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
% This document is licensed under the Creative Commons
% Attribution-ShareAlike license, Version 3.0.
%
% Copyright (C) 2011 Tobias Klauser (klto@zhaw.ch)

\documentclass{beamer}

\usetheme{Boadilla}

\usepackage{ngerman}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}

\usepackage{listings}
\lstset{extendedchars=true,
	basicstyle=\ttfamily\small,
	keywordstyle=\color{rgb:red,127;green,0;blue,85},
	commentstyle=\color{rgb:red,63;green,127;blue,95},
	breaklines=true,xleftmargin=5pt,
	showspaces=false,
	showstringspaces=false,
	captionpos=b,caption=\lstname,
	numbers=none}

\mode<presentation>{
	\hypersetup{pdfpagemode=FullScreen}
	\usecolortheme{dove}
	\usecolortheme{seahorse}
	\usecolortheme{lily}
	%   \useinnertheme[shadow]{rounded}
	%   \beamerdefaultoverlayspecification{<+->}
	%   \setbeamercovered{dynamic}
}

\logo{\includegraphics[width=2cm]{images/zhaw-logo.png}}

\title{Linux auf dem Nios II Softcore Prozessor}
\subtitle{}
\author{Tobias Klauser $<$klto@zhaw.ch$>$}
\institute[InES]{Institute of Embedded Systems\\Zürcher Hochschule für Angewandte Wissenschaften}
\date{30. August 2011}

\begin{document}

\begin{frame}
	\titlepage
\end{frame}

\section{Agenda}

\begin{frame}
  \tableofcontents
\end{frame}

\section{Institute of Embedded Systems ZHAW}

\begin{frame}{Institute of Embedded Systems}
  \begin{itemize}
    \item F\&E Institut der ZHAW
    \item Rund 45 Mitarbeiter
    \item Schwerpunkte
    \begin{itemize}
      \item Industrielle Kommunikation
      \item Zeitsynchronisation und Hochverfügbarkeit
      \item System on Chip Design
      \item Wireless Communication
      \item Entwicklungsmethoden
    \end{itemize}
  \end{itemize}
\end{frame}

\section{Übersicht FPGA und Softcore Prozessoren}

\begin{frame}
  \begin{itemize}
    \item Field Programmable Gate Array
    \begin{itemize}
      \item Chip-Logik (Gateware) wird in einer Beschreibungssprache (VHDL, Verilog) codiert
      \item Änderungen am Design relativ einfach
      \item Parallelität
      \item Custom systems
    \end{itemize}
    \item Softcore
    \begin{itemize}
      \item Prozessor innerhalb des FPGA implementiert
      \item Fast immer Bestandteil eines System-on-a-Chip
      \item Proprietär, herstellerabhängig: Nios II (Altera), MicroBlaze (Xilinx),
      Cortex M1 (ARM)
      \item Open-Source Softcores: Gaisler LEON, OpenRISC, LatticeMico32
    \end{itemize}
  \end{itemize}
\end{frame}

\section{Übersicht Linux}

\begin{frame}{Wieso ein Betriebssystem?}
  \begin{itemize}
    \item foo
    \item bar
  \end{itemize}
\end{frame}

\begin{frame}{Wieso Linux?}
  \begin{itemize}
    \item Starke Verbreitung im Bereich Embedded Systems (z.B. Android auf
    Smartphones)
    \item Umfangreiches Software-Ökosystem, grosse Community
    \item Portierungen auf zahlreiche (~30) Prozessor-Architekturen
    \item Niedrige Kosten, einfache Anpassbarkeit
  \end{itemize}
\end{frame}

\section{Linux auf dem Nios II}

\section{Anwendungsbeispiele}

\begin{frame}{Danke}
\end{frame}

\end{document}