Skip to content

Instantly share code, notes, and snippets.

@ayman
Last active April 8, 2021 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayman/0b4b5d6ae2100f67488980caabe3d0ba to your computer and use it in GitHub Desktop.
Save ayman/0b4b5d6ae2100f67488980caabe3d0ba to your computer and use it in GitHub Desktop.
How to push firmware to MeloAudio MidiCommander using a Mac.
# Install brew from https://brew.sh/ then install dfu-util
brew install dfu-util
# OR install dfu-util from http://dfu-util.sourceforge.net/
#
# then plug in and power on your device holding the D and Down buttons
# now find your device
dfu-util -l
# Verify that alt=0 is name="@Internal Flash..."
dfu-util -a 0 -D Midicommander_line6HX3x_V5.dfu
# Wait for it to finish...you should be good...
# Also sorry if you brick it but it worked for me.
@ayman
Copy link
Author

ayman commented Apr 7, 2021

You should be comfy with your terminal to type these commands. Use whatever firmware file you like...I downloaded the Line6 HX mode Midicommander_line6HX3x_V5.dfu to test this but you can see all the various firmware updates on their website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment