-
Notifications
You must be signed in to change notification settings - Fork 3
04. macOS quick start
ztakis edited this page Jul 2, 2026
·
1 revision
Open a terminal in x3utils_mac.
chmod +x installer.sh
./installer.sh
./launcher.shThe installer:
- detects Apple Silicon or Intel;
- checks the bundled xPack OpenOCD binary;
- checks for Homebrew;
- installs required dependencies with Homebrew;
- sets executable permissions;
- tests OpenOCD startup.
Homebrew is required by the installer:
https://brew.sh
The bundled OpenOCD folders are:
xpack-openocd-0.12.0-7-darwin-arm64xpack-openocd-0.12.0-7-darwin-x64
Use option 2 to run a full 128 KB dump before flashing.
If macOS blocks a binary, check the terminal output and allow the binary from macOS security settings if needed.