Skip to content

Commit ea4899c

Browse files
committed
fixes to software update process
1 parent bf18c02 commit ea4899c

10 files changed

+20
-8
lines changed

automat-toolkit/firmware-update.md

+20-8
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ permalink: /automat-toolkit/automat-controller/firmware-update/
1313
## Short Version
1414
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.
1515

16-
1. For firmware version 2.0.0 download the following file: https://dadamachines.com/download/automat-sw_2.0.0.ino.automat.uf2
16+
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)
1717

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

2020
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.
2121

22-
For the old firmware Version 1.0 download the following file: https://dadamachines.com/download/automat-sw_1.0.0.ino.automat.uf2
22+
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)
2323

2424

2525

2626
## Long Version
27-
1. Please download the following file: https://dadamachines.com/download/dadaupdatefilesnew_2.0.0.zip
27+
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)
2828

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

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

38-
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
38+
![automat firmware update process step 1]({{ '../images/automat-update-process-step_001.png' | relative_url }})
39+
40+
5. Drag the Folder named “dadaupdatefiles” on the Terminal Window. What you see now should look similar to my the screenshot below.
41+
42+
**NOW hit Enter**
43+
44+
![automat firmware update process step 1]({{ '../images/automat-update-process-step_002.png' | relative_url }})
3945

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

48+
![automat firmware update process step 1]({{ '../images/automat-update-process-step_003.png' | relative_url }})
49+
4250
7. Now you can copy the following Command to the Terminal Window
4351
```
4452
dd if=automat_update_180219.bin of=/Volumes/AUTOMAT/automat_update_180219.bin conv=notrunc
4553
```
46-
NOW hit Enter
54+
**NOW hit Enter**
55+
56+
![automat firmware update process step 1]({{ '../images/automat-update-process-step_004.png' | relative_url }})
4757

4858
8. You will see something like this:
4959

60+
![automat firmware update process step 1]({{ '../images/automat-update-process-step_005.png' | relative_url }})
61+
5062
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)
5163

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

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

6476
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
6577

66-
If you still have trouble, please contact Support at hi@dadamachines.com
78+
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>
34 KB
Binary file not shown.
34 KB
Binary file not shown.
74.5 KB
Binary file not shown.

download/dadaupdatefilesnew_2.0.0.zip

83.4 KB
Binary file not shown.
51.4 KB
Loading
55.8 KB
Loading
58.8 KB
Loading
67.1 KB
Loading
79.2 KB
Loading

0 commit comments

Comments
 (0)