-
-
Notifications
You must be signed in to change notification settings - Fork 85
Compiling Linux (Unix)
@shinhub edited this page Aug 18, 2019
·
2 revisions
Tested on Debian, Ubuntu and Kali.
- avr-libc
- binutils-avr
- gcc-avr
- avrdude
- libusb-dev
sudo apt-get install avr-libc binutils-avr gcc-avr avrdude libusb-dev
git clone https://github.com/iceman1001/ChameleonMini-rebooted.git
cd ChameleonMini-rebooted
cd Firmware/ChameleonMini
make
If everything compiles you will find two new files in the current directory:
- ChameleonMini.eep
- ChameleonMini.hex
To flash and use, refer to Flashing section.
Home
Getting started
Basic usage
Supported cards/config
Windows
Linux
OSX
Development Environment
Terminal commands
Slots configuration
Hardware summary
Program with AVRISP mkII
Program with modified USBASP
Reference fuses and lockbits
Reference SPI Flash
RevE Bootloader