http://www.djtechtools.com/forum/showthread.php?t=11511 escribió:Ensure you have the Apple Developer Tools installed (they come on a CD/DVD with new macs/new OSes)
Install MacPorts. An installer can be found at
http://www.macports.org/install.php.
Open a Terminal window (found under /Applications/Utilities/Terminal) to get a command line.
At the command line, run
Code:
sudo /opt/local/bin/port install dfu-programmer
to build and install dfu-programmer and dependencies.
Hold down the four corner buttons on your Midifighter and plug in the USB cable.
At the command line, run
Code:
dfu-programmer at90usb162 erase &&
dfu-programmer at90usb162 flash --debug 1 ARCHIVO.hex &&
dfu-programmer at90usb162 reset
(without the linebreaks, where midifighter.hex is the name of the new firmware file to be programmed).
Unplug and re-plug your Midifighter to start running the new firmware.