You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bei Raspjamming-Image wurde die Einrichtung bereits vorgenommen. Die folgenden Schritte sind also nur nötig wenn die Installation auf einem anderen System erfolgt.
\begin{console}
sudo apt-get install avrdude
\end{console}
In der Konfigurationsdatei /etc/avrdude.conf muss die SPI-Taktfrequenz von 400~kHz auf 200~kHz reduziert werden.
\begin{screensmall}
id = "linuxspi";
desc = "Use Linux SPI device in /dev/spidev*";
type = "linuxspi";
reset = 25;
baudrate=200000;
\end{screensmall}
\subsection{Verbindungstest}
Mit "`avrdude"' kann der Chiptyp ausgelesen bzw. die Kommunikation geprüft werden. Bei GC2-xHAT muss allerdings der Befehl "`atpoweron"' zuerst ausgeführt werden.