Skip to content

Running a Mazda Connect CMU on the Bench

A Mazda Connect CMU boots on the bench with three things: the unit, a 12V supply, and a handful of connectors. No vehicle harness, no CAN bus, no other modules. The CMU brings up its Linux userland on power alone; the absence of a CAN bus produces some expected faults but does not block boot.

Source basis: the power and display connector pins are cross-checked against the silverchris CMU hardware notes. Current draw, display part numbers, and the “no vehicle CAN required” behavior come from local bench testing — treat them as setup guidance, not Mazda service data.

PartNotesCost
CMU unitAny same-generation Mazda Connect unit. Part numbers commonly follow XXXX-66-9C0Y.$50-150 (eBay)
12V DC power supply2A minimum, 10A ideal. Local bench units draw ~0.4A normal, ~1.2A peak.$10-25
Power connectorSumitomo 6098-5611 (harness-side plug; mates with 6098-6212 on the CMU board). silverchris lists the part as unverified — confirm keying before crimping.$5-15
Toggle switchFor the ACC line.$2-5
Display (optional)7” unit from a same-generation CMU.$35-80
Inline fuse3A-5A on the B+ line. Protects against shorts during wiring.$2

Common CMU part number prefixes:

PrefixVehicleYears
BHP1-66-9C0Mazda 3 (BM/BN)2014-2018
BJS7-66-9C0Mazda 32014-2016
KA0G-66-9C0Mazda 6, CX-3, CX-52016-2017
KN3L-66-9C0CX-5 (KF)2017-2020
GRT7-66-9C0Mazda 62017-2018
KB7W-66-9C0Various2016+

For the ND MX-5 specifically: DEVB-66-9C0, DEVC-66-9C0, DEVM-66-9C0 — but any same-generation unit works.

Tip: pull a mating harness from a junkyard with at least 6 inches of wire attached. This avoids sourcing individual Sumitomo pins and crimping into the connector. Grab the display unit and USB hub assembly while you’re there. Use 18 AWG wire for power lines, 22-24 AWG for signal lines.

AliExpress is another connector source — search “Mazda CMU harness” for pre-made pigtails. The CMU units themselves turn up on eBay, car-part.com, and Facebook Marketplace.

Total cost: ~$75-150 without display, ~$110-230 with display.

CMU Power Connector (harness-side: Sumitomo 6098-5611)
-----------------------------------------------------
Pin 2R -- B+ (constant 12V)
Pin 2Q -- ACC (12V through toggle switch)
Pin 2C -- GND
Pin 2D -- GND
Pin 2L -- GND

B+ alone is standby power. The CMU stays asleep until the ACC line goes high; that is what the toggle switch drives.

The CMU has a white 4-pin display power connector on the top-left. The display receives LVDS video over a separate ribbon/connector. The power pins on the 4-pin connector are:

Pin 1 (left) -- +12V
Pin 2 -- +12V
Pin 3 -- (unused)
Pin 4 (right) -- GND

The display needs both the 12V power connection and the LVDS data connection to function. An OEM display pulled from a same-generation CMU carries both connectors.

+--------------+
12V PSU ------| 2R B+ |
| | |
+-[SW]---| 2Q ACC |
| | |
GND ------| 2C GND |
GND ------| 2D GND |
GND ------| 2L GND |
| |
| CMU |
| |
| USB |---- (optional)
| DSP |---- (optional, 12V + GND)
+--------------+

Startup:

  1. Connect B+ (constant 12V).
  2. Flip the ACC toggle on.
  3. Wait 30-60 seconds for boot.

Shutdown:

  1. Flip the ACC toggle off.
  2. Wait 10-15 seconds for graceful shutdown.
  3. Disconnect B+.

Do not pull power while the unit is running. The NAND filesystem can corrupt mid-write, and a corrupt rootfs is a recovery job, not a reboot.

A CMU bought off eBay or pulled from a junkyard ships with whatever firmware the previous vehicle was running — typically anywhere from v55 to v70+. After first boot, check the firmware version on the About screen. See firmware versions for the full catalog and supported vehicles for what each version covers.

SymptomLikely CauseFix
No boot (no display)ACC line not connectedB+ alone is standby power; the CMU needs ACC to wake
Boot starts but no display outputDisplay not powered or LVDS not connectedDisplay needs both the 12V power connector and the LVDS data connection
Unit shuts down after ~30 secondsACC line intermittentCheck the toggle switch and its connections
  • Platform Specs — SoC, VIP MCU, storage, wireless hardware
  • Boot Chain — startup sequence from SPI-NOR through Linux