mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
== Compiling the firmware ==
|
|
For compiling under windows you need to do the following:
|
|
1. Install AVR GNU Toolchain from Atmel
|
|
2. Install Cygwin for sh.exe (base installation is sufficient)
|
|
3. Add the bin path of cygwin (containing sh.exe) to the PATH environment variable for MAKE to find it
|
|
|
|
Then you should be good to go to build the firmware by typing in the following:
|
|
> make
|
|
|