Skip to content
init0 edited this page Dec 18, 2017 · 28 revisions

Welcome to the BildMini-rebooted wiki!

Bild

How to set up a development environment?

following soon


How to compile the firmware?

OS: Linux

Debian, Ubuntu, ...

Requirements:

  • avr-libc
  • binutils-avr
  • gcc-avr
  • avrdude
  • libusb-dev

Install packages:

sudo apt-get install avr-libc binutils-avr gcc-avr avrdude libusb-dev

Go to your firmware folder where the makefile is located and run make.

OS: Windows

Requirements:

  • AVR GNU Toolchain from Atmel or Atmel Studio 7
  • Cygwin
  • Add the bin path of Cygwin and AVR Toolchain to the PATH environment variable

more following soon


How to flash a new firmware on the Chameleon?

following soon