Home › Forums › Synthino XM Support › Firmware update procedure for Mac
Tagged: drone firmware
- This topic has 10 replies, 2 voices, and was last updated 3 years, 7 months ago by Michael.
-
AuthorPosts
-
October 13, 2015 at 7:44 pm #427MichaelKeymaster
1) Download the DFU Programmer utility: http://synthino.com/downloads/DFUProgrammer.dmg
2) Download the firmware file and put it in the same folder as the dfu-programmer program. Firmware files (.hex) can be found on the Manual/Downloads page: http://synthino.com/manual/
3) Hold down Synthino XM button 3 then connect USB between your Mac and the Synthino XM. You may now release button 3. The Synthino XM is in programming mode and is waiting for new firmware from your Mac. None of the LEDs will blink.
4) Open a terminal window by running /Applications/Utilities/Terminal.app
5) Change directory to the location of dfu-programmer by typing “cd” command at the terminal prompt. For example:
cd /Users/mike/Desktop/synthino/dfu-programmer-0.6.2
6) Run the DFU Programmer command from the folder with the dfu-programmer program by typing the following command. For example to load synthino_xm_v1.1.hex:
./dfu-programmer atxmega128a4u flash --erase-first synthino_xm_v1.1.hex
5) Now disconnect and reconnect power to the Synthino XM. It will now be running the new firmware.
January 5, 2016 at 12:43 am #510jasper_ryderParticipantI want to download the drone firmware for my new Synthino. When I click on the link it just opens a page of code but nothing downloads?
January 5, 2016 at 9:02 am #511MichaelKeymasterjasper_ryder, just right-click on the link and choose “Save as…” to save the file.
January 12, 2016 at 11:17 pm #512jasper_ryderParticipantI am not getting this to work. When I run the programmer I am getting this in terminal. No sounds change.
Last login: Tue Jan 12 21:15:11 on ttys000
jasper-komassa:~ jasperkomassa1$ /Users/jasperkomassa1/Desktop/synthino\ xm/dfu-programmer-0.6.2/dfu-programmer ; exit;
Type ‘dfu-programmer –help’ for a list of commands
‘dfu-programmer –targets’ to list supported target devices
‘dfu-programmer –version’ to show version information
logout[Process completed]
January 13, 2016 at 10:02 am #513MichaelKeymasterjasper, it does not look like you ran the command in the instructions. I’m not sure how you got the output you just posted.
Do this:
Open the terminal app. It is in /Applications/Utilities/Terminal.app
Change to the directory you have your dfu-programmer in by typing this at the command prompt:
cd /Users/jasperkomassa1/Desktop/synthino\ xm/dfu-programmer-0.6.2
Run the dfu-programmer command as described above:
./dfu-programmer atxmega128a4u flash --erase-first synthino_xm_v1.1.hex
…where “synthinog_xm_v1.1.hex” is the name of the .hex file you want to load. It is assumed that you saved this file in the same folder as the dfu-programmer utility.
January 13, 2016 at 10:25 am #514jasper_ryderParticipantOk this worked.
I entered all of the code into terminal manually, which I can do in the future now that I know the method.It is supposed to work by dropping the hex file into the folder with the dfu-programmer and just running the programmer, correct?
Or was it always supposed to be entered manually?
January 13, 2016 at 10:40 am #515MichaelKeymasterThe instructions are to run the programmer by typing the command above. The programmer has to be run with the correct arguments. I’m not sure how you ran it without any arguments (did you just double click on it?). I guess I assume that Mac users are familiar with typing commands in a terminal window, but maybe not. Sorry for the confusion.
January 13, 2016 at 10:51 am #516jasper_ryderParticipantYeah I double clicked it to run it. I use terminal, but only occasionally. To me, the directions sounded like you could run it by double clicking the icon.
Thanks! Having a blast with the Synthino. Looking forward to future firmware versions as well.
January 13, 2016 at 11:21 am #517jasper_ryderParticipantJust thinking what the perfect firmware would be for me at this point. Could there ever be a version that replaced the groovebox firmware with the drone firmware on the stock firmware? So it would have the synth, the arpeggiator, and the drone.
January 13, 2016 at 12:24 pm #518MichaelKeymasterFirmware with synth, arpeggiator and drone is possible, but would require many hours of work. Hard to prioritize against everything else.
January 13, 2016 at 6:50 pm #519jasper_ryderParticipantOk, I understand. I’ll keep my fingers crossed for it happening someday down the line. Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.