-
Notifications
You must be signed in to change notification settings - Fork 3
09. Backups and flashing safely
ztakis edited this page Jul 2, 2026
·
1 revision
Always make a full dump before flashing.
The full flash size is:
131072 bytes
The tools expect normal firmware .bin files to be exactly this size.
- Choose the correct connection mode.
- Run a full 128 KB dump.
- Save a copy of the backup somewhere safe.
- Load the
.binfile with option4. - Flash with option
3. - Wait for verify to complete.
Option 1:
Flash SHU compatible (ZT3, G3, F3/F3Pro)
This dumps the current VCU firmware, patches it, and flashes it back for SHU-compatible workflows such as flashing from repo or changing serial.
This is intentionally not explained as a magic fix. Use it only if you understand why you need it.
The validator rejects unsafe or suspicious files. In normal flashing it requires:
- a real file path;
-
.binextension; - exactly
131072bytes; - content that is not just one repeated byte.
Windows also guards against path cases that are unsafe for the current OpenOCD command flow.