LED Cube/Building From Source: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Marvin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Marvin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 5: | Zeile 5: | ||
==Building the Bootloader== | ==Building the Bootloader== | ||
===Requirements=== | ===Requirements=== | ||
The bootloader is in the directory <code>bootloader/firmware/</code>. It can be built | You will need | ||
* gmake | |||
* avr-libc, avr-binutils, avr-gcc | |||
* avrdude | |||
* an ISP- or JTAG-Programmer like AVR ISP mkII, usbasp, or any other. | |||
The bootloader is in the directory <code>bootloader/firmware/</code>. It can be built with | |||
cd cube-3/bootloader/firmware/ | |||
make | |||
To flash it, |
Version vom 14. April 2012, 13:34 Uhr
Getting the Sources
git clone http://www.0x53a.de/git/cube-3
Building the Bootloader
Requirements
You will need
- gmake
- avr-libc, avr-binutils, avr-gcc
- avrdude
- an ISP- or JTAG-Programmer like AVR ISP mkII, usbasp, or any other.
The bootloader is in the directory bootloader/firmware/
. It can be built with
cd cube-3/bootloader/firmware/ make
To flash it,