AnalogJ / thesparktree-blog

github pages.
https://blog.thesparktree.com
0 stars 1 forks source link

Topic: ChameleonTiny #121

Open AnalogJ opened 3 years ago

AnalogJ commented 3 years ago

MacOS Instructions

# Make sure the Chameleon is switched off (power switch on the side is in the position `OFF`). 
Now, hold down the right button (RBUTTON, TINY is the B button) and keep it pressed while connecting the Chameleon to a PC via a USB cable.

brew install avrdude

# change directory where you have saved the hex and eep files

sudo avrdude -c flip2 -p ATXMega128A4U -B 60 -P usb -U application:w:Chameleon-Mini.hex:i -U eeprom:w:Chameleon-Mini.eep:i

# Upon success, the green LED of the ChameleonMini should light up.