-
-
Notifications
You must be signed in to change notification settings - Fork 85
Compiling OSX
@shinhub edited this page Aug 18, 2019
·
2 revisions
- Homebrew (see Homebrew)
- Xcode (
xcode-select --install
) - avr-gcc
- avr-binutils
- git
For the last 3 requirements, once is Homebrew setup:
brew tap osx-cross/avr
brew install git avr-gcc avr-binutils avrdude
Not needed yet, but maybe in the future, for creating the bootloader:
brew install srecord
- Clone this repo:
git clone https://github.com/iceman1001/ChameleonMini-rebooted
- Go into:
Firmware/ChameleonMini/
- Just run
make
in here.
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