LED Cube/Building From Source: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Marvin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „==Getting the Sources== git clone http://www.0x53a.de/git/cube-3“) |
Marvin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
==Getting the Sources== | ==Requirements | ||
===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== | |||
The bootloader is in the directory <code>bootloader/firmware/</code>. It can be built by |
Version vom 14. April 2012, 13:32 Uhr
==Requirements
Getting the Sources
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
The bootloader is in the directory bootloader/firmware/
. It can be built by