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.
That minimal setup is a CMU-only bench, not a complete validation rig:
| Rig | What it can validate | Additional hardware |
|---|---|---|
| CMU-only | Boot, SSH, configuration, USB install flows, CarPlay service state, and dry-run D-Bus output | CMU, supply, optional display/USB hub |
| Media-capable | Physical commander/mute behavior and end-to-end CarPlay media keys | Matching commander controls/harness, CarPlay hub/cable, iPhone, and an audio/output check |
| HUD-capable | Actual cluster/Active Driving Display icons, text, distance, and clear behavior | Correct cluster/ADD plus a validated, correctly terminated vehicle-bus topology—or a stationary test vehicle |
A no-CAN CMU-only bench cannot prove that a HUD message rendered or cleared. Treat any service that sends through the VIP toward the vehicle bus as active output and perform its first live tests stationary.
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.
Parts list
Section titled “Parts list”| Part | Notes | Cost |
|---|---|---|
| CMU unit | Any same-generation Mazda Connect unit. Part numbers commonly follow XXXX-66-9C0Y. | $50–150 (eBay) |
| 12V DC power supply | 2A minimum, 10A ideal. Local bench units draw ~0.4A normal, ~1.2A peak. | $10–25 |
| Power connector | Sumitomo 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 switch | For the ACC line. | $2–5 |
| Display (optional) | 7” unit from a same-generation CMU. | $35–80 |
| Inline fuse | 3A–5A on the B+ line. Protects against shorts during wiring. | $2 |
Common CMU part number prefixes:
| Prefix | Vehicle | Years |
|---|---|---|
| BHP1-66-9C0 | Mazda3 (BM/BN) | 2014–2018 |
| BJS7-66-9C0 | Mazda3 | 2014–2016 |
| KA0G-66-9C0 | Mazda6, CX-3, CX-5 | 2016–2017 |
| KN3L-66-9C0 | CX-5 (KF) | 2017–2020 |
| GRT7-66-9C0 | Mazda6 | 2017–2018 |
| KB7W-66-9C0 | Various | 2016+ |
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.
Wiring
Section titled “Wiring”Electrical preflight
Section titled “Electrical preflight”Before the first powered test:
- With power disconnected, verify connector keying, polarity, ground continuity, and the absence of a B+/ACC-to-ground short with a meter.
- Put the inline fuse close to the supply and begin with a current-limited supply. Do not raise the limit merely to overcome an unexplained over-current condition.
- Give every interconnected bench module a known common ground. Do not connect independently powered USB, display, cluster, or CAN equipment until you have ruled out backfeed and ground-offset paths.
- Insulate and strain-relieve every temporary terminal. An exposed B+ lead beside the CMU case is not an acceptable bench connection.
- Record the stock startup peak and steady-state current before installing software. Stop if later runs depart materially from that baseline without explanation.
- Do not patch persistent configuration, write NAND, or remove power while the supply or ACC connection is unstable.
Power connector pinout
Section titled “Power connector pinout”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 -- GNDB+ alone is standby power. The CMU stays asleep until the ACC line goes high; that is what the toggle switch drives.
Display (Optional)
Section titled “Display (Optional)”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) -- GNDThe 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.
Wiring diagram
Section titled “Wiring diagram” +--------------+ 12V PSU ------| 2R B+ | | | | +-[SW]---| 2Q ACC | | | | GND ------| 2C GND | GND ------| 2D GND | GND ------| 2L GND | | | | CMU | | | | USB |---- (optional) | DSP |---- (optional, 12V + GND) +--------------+Startup and shutdown sequence
Section titled “Startup and shutdown sequence”Startup:
- Connect B+ (constant 12V).
- Flip the ACC toggle on.
- Wait 30–60 seconds for boot.
Shutdown:
- Flip the ACC toggle off.
- Wait 10–15 seconds for graceful shutdown.
- 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.
Firmware on used units
Section titled “Firmware on used units”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.
Troubleshooting
Section titled “Troubleshooting”| Symptom | Likely Cause | Fix |
|---|---|---|
| No boot (no display) | ACC line not connected | B+ alone is standby power; the CMU needs ACC to wake |
| Boot starts but no display output | Display not powered or LVDS not connected | Display needs both the 12V power connector and the LVDS data connection |
| Unit shuts down after ~30 seconds | ACC line intermittent | Check the toggle switch and its connections |
Related pages
Section titled “Related pages”- Platform specs: SoC, VIP MCU, storage, wireless hardware
- Boot chain: startup sequence from SPI-NOR through Linux