Skip to content

Commit

Permalink
fixes to software update process
Browse files Browse the repository at this point in the history
  • Loading branch information
nevvkid committed Apr 4, 2024
1 parent bf18c02 commit ea4899c
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions automat-toolkit/firmware-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ permalink: /automat-toolkit/automat-controller/firmware-update/
## Short Version
If your AUTOMAT does not show up as a USB MIDI Device. It is probably in “Update Mode”. This happens if you double press the RESET Button. To go back to the normal operation mode.

1. For firmware version 2.0.0 download the following file: https://dadamachines.com/download/automat-sw_2.0.0.ino.automat.uf2
1. For firmware version 2.0.0 download the following file: [https://docs.dadamachines.com/download/automat-sw_2.0.0.ino.automat.uf2](https://docs.dadamachines.com/download/automat-sw_2.0.0.ino.automat.uf2)

2. Move it / Drag it on the USB DEVICE / STICK called “AUTOMAT” which should be visible in your (Explorer – Windows) / (Finder – OSX).

3. The “USB Stick” called “AUTOMAT” should be ejected now and ready to operate.If you still see the “USB Stick” called “AUTOMAT” please follow the Long Version of this Guide below.

For the old firmware Version 1.0 download the following file: https://dadamachines.com/download/automat-sw_1.0.0.ino.automat.uf2
For the old firmware Version 1.0 download the following file: [https://docs.dadamachines.com/download/automat-sw_1.0.0.ino.automat.uf2](https://docs.dadamachines.com/download/automat-sw_1.0.0.ino.automat.uf2)



## Long Version
1. Please download the following file: https://dadamachines.com/download/dadaupdatefilesnew_2.0.0.zip
1. Please download the following file: [https://docs.dadamachines.com/download/dadaupdatefilesnew_2.0.0.zip](https://docs.dadamachines.com/download/dadaupdatefilesnew_2.0.0.zip)

2. Go to your download folder and unzip the files, if they aren’t unpacked already.

Expand All @@ -35,32 +35,44 @@ For the old firmware Version 1.0 download the following file: https://dadamachin
cd
```

5. Drag the Folder named “dadaupdatefiles” on the Terminal Window. What you see now should look similar to my the screenshot below. >> NOW hit Enter
![automat firmware update process step 1]({{ '../images/automat-update-process-step_001.png' | relative_url }})

5. Drag the Folder named “dadaupdatefiles” on the Terminal Window. What you see now should look similar to my the screenshot below.

**NOW hit Enter**

![automat firmware update process step 1]({{ '../images/automat-update-process-step_002.png' | relative_url }})

6. Now you should be inside of the Folder on the Commandline / Terminal

![automat firmware update process step 1]({{ '../images/automat-update-process-step_003.png' | relative_url }})

7. Now you can copy the following Command to the Terminal Window
```
dd if=automat_update_180219.bin of=/Volumes/AUTOMAT/automat_update_180219.bin conv=notrunc
```
NOW hit Enter
**NOW hit Enter**

![automat firmware update process step 1]({{ '../images/automat-update-process-step_004.png' | relative_url }})

8. You will see something like this:

![automat firmware update process step 1]({{ '../images/automat-update-process-step_005.png' | relative_url }})

9. Now please and this is IMPORTANT use the Arrow Up Key on your Keyboard inside the Terminal Window to go back to the last Command and hit Enter again. (do this like 5 times)

10. Standard firmware Copy the following Command to the Terminal Window:
```
dd if=automat-sw_1.0.0.ino.automat.uf2 of=/Volumes/AUTOMAT/automat-sw_1.0.0.ino.automat.uf2 conv=notrunc
```
NOW hit Enter
**NOW hit Enter**

10. Version 2.0.0 firmware with velocity support Copy the following Command to the Terminal Window:
```
dd if=automat-sw_2.0.0.ino.automat.uf2 of=/Volumes/AUTOMAT/automat-sw_2.0.0.ino.automat.uf2 conv=notrunc
```
NOW hit Enter
**NOW hit Enter**

11. The AUTOMAT Device / USB Drive should now disappear from your FINDER.>> Press the LEARN Button > The right one seen from the backside once for simple learn or twice for advanced learn>> Send one Note for simple learn (the lowest one > 11 others will be stacked up from that root note and assigned to the outputs 2-12)>> Send one Note for each single Output 1-12 in advanced learn mode

If you still have trouble, please contact Support at hi@dadamachines.com
If you still have trouble, please contact Support at <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;%68%65%6C%70%40%64%61%64%61%6D%61%63%68%69%6E%65%73%2E%63%6F%6D">help@dadamachines.com</a>
Binary file added download/automat-sw_1.0.0.ino.automat.uf2
Binary file not shown.
Binary file added download/automat-sw_1.1.0.ino.automat.uf2
Binary file not shown.
Binary file added download/automat-sw_2.0.0.ino.automat.uf2
Binary file not shown.
Binary file added download/dadaupdatefilesnew_2.0.0.zip
Binary file not shown.
Binary file added images/automat-update-process-step_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/automat-update-process-step_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/automat-update-process-step_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/automat-update-process-step_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/automat-update-process-step_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea4899c

Please sign in to comment.