Technical Description, Comments and Repair Attempts.
Part 1: Back Story
I've wanted a compact digital mixer to replace my Samson L1200 analog mixer. At a minimum, the mixer should have 4 proper mic channels, as well as at least a couple stereo line level inputs. I also wanted it to have compression on the mic channels, which my L1200 lacks.
My primary intended use is live mixing for PA/DJ, but using a small mixer for Video production is a secondary consideration.
Part 2: Disassembly and Technical Description
Disassembling the Mackie DLZ is fairly straight forward. Most of the internals are accessed by removing the screen section.
Remove 3 torx screws from the bottom rear half. With the unit flipped back over right side up, remove 3 screws from the top edge of the rear of the unit.
Lift the rear of the panel with the display, the 5 encoders, and 3 buttons up slightly, and then pull it out from under the mixer panel. CAUTION: Lift it slowly and carefully only enough to access the connector where the display cable goes under the shielded main circuit board.
Here's a trick to access the main boards with minimal disassembly:
Remove the top center 2 screws of the connector panel.
Remove 7 torx screws around the metal shield/cover.
The perforated shield can now be carefully maneuvered to access the PC boards without further removals. Be careful of the Bluetooth antenna cable on the right side.
CAUTION: The display ribbon cable is very fragile. Disassembly is not recommended unless you have experience working with similar circuitry.
Carefully open (lift) the black display connector lock (black stripe) on the display connector. The display ribbon cable will basically fall out of the connector. The top can now be lifted further, and the ribbon cable from the mixer board to the top section can be disconnected. Unless there is a specific problem with the mixer board, this is all that is needed to access most of the unit.
Part 2: Technical Description
The Mackie DLZ Creator Main Circuitry consists of 2 Main Boards. I fully understand that this is a digital mixer, so this may not be accurate, but I will refer to the Green PC board on the left as the "Analog Board", and the Blue PC board on the Right as the "Digital Board".
While plastic on the outside, the internal components seem to be as good as we would expect from Pro Audio company Mackie. The Analog and Digital circuitry is fully enclosed in a metal shield (Shields Removed in the Above picture ). Ventilation is good, with air inlets along the bottom, and outlet holes near the top on both sides and the rear. This, along with the perforated shield should give good convective cooling. If it were me, I would have used slightly thicker pads to raise the unit off the table a bit more, but cooling should be adequate under most conditions. The Processor, and another main chip that we will discuss later, also have heat transfer pads thermally connecting them to the cover of a shield inside the main perforated shield for heat dissipation.
The main processor of the Mackie DLZ Creator is an Allwinner a40i-H. As per this Data Sheet, the Allwinner a40i-H is a Quad-core ARM Cortex-A7 Industrial Control Processor. It has Tonnes of IO built on to the main chip, which is one reason Mackie can produce a device with these features for under $1000.
I have seen some debate online as to what Operating System the Mackie DLZ Creator runs -- with some pointing to the Windows-like circle of dots that appears as it boots. The above linked Data Sheet states: Supports Linux3.10, Android 7.1 "and the above system". [Quotes added] however, I don't see any reference to any other OS or Software company in the data sheet. While the "above system" certainly could be referencing some version of Embedded Windows (The OS formerly known as Windows CE), it is also very possible that Mackie (LOUD Technologies) simply coded their own circle of dots startup indicator.
I would also figure that it would be quite difficult to develop a device like this on an OS that is not supported by the CPU vendor.
Based on the "Look and Feel" of the OS, the appearance of the boot sequence, and the complexity of the software, I am assuming that it is running some sort of Proprietary OS build on a Linux kernel.
UPDATE: I am now quite sure that the Mackie DLZ Creator runs Linux. After quite a bit of searching, I was able to find an old 1.0.2 version of the firmware on a Mackie site in another language. Once I unzipped the downloaded package, I got a Firmware installation PDF, and a Release notes PDF, along with an "evolveupdate-v1.0.2-b49.upd" file. This file has the icon of a zip file, and opens in Archive Manager. Inside the archive are 4 .deb packages.
I tried the same thing with firmware v1.2.0-b1731 (current). Depending on which Mackie website I went to, I got either a .zip file containing only evolveupdate-DLZ-Creator-XS-v1.2.0-b1731.upd, or simply the .upd file directly. The Linux file command identifies the .upd file as containing only:
Code: Select all
ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 5.10.49, stripped
- Pretty definitive that even current versions of the Firmware are based on Linux 5.10.49.
- The Available firmwares do not contain the full OS, only the files that are to be replaced.
- Extracting the full firmware from a working device would be necessary for certain repairs.