8 lines
224 B
Markdown
8 lines
224 B
Markdown
This folder is only interesting for developers.
|
|
You need to install the gcc-avr toolchain, avr-libc and compile with:
|
|
``` bash
|
|
$ sudo apt-get install gcc-avr avr-libc
|
|
$ cd Hoodloader_Source
|
|
$ sudo make clean
|
|
$ sudo make
|
|
```
|