LED Cube/Building From Source: Unterschied zwischen den Versionen

Aus Wiki CCC Göttingen
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
==Requirements
==Getting the Sources==
===Getting the Sources===
  git clone http://www.0x53a.de/git/cube-3
  git clone http://www.0x53a.de/git/cube-3


===Toolchain===
You will need gmake, avrdude and the avr toolchain (avr-gcc, avr-binutils, avr-libc).


==Building the Bootloader==
==Building the Bootloader==
===Requirements===
The bootloader is in the directory <code>bootloader/firmware/</code>. It can be built by
The bootloader is in the directory <code>bootloader/firmware/</code>. It can be built by

Version vom 14. April 2012, 13:33 Uhr

Getting the Sources

git clone http://www.0x53a.de/git/cube-3


Building the Bootloader

Requirements

The bootloader is in the directory bootloader/firmware/. It can be built by