-
Notifications
You must be signed in to change notification settings - Fork 4
30. Backups and flashing safely
ztakis edited this page Jul 5, 2026
·
1 revision
Always make a full dump before flashing.
The normal VCU flash size is:
131072 bytes
- Choose the correct connection mode.
- Run a full 128 KB dump.
- Save a copy of the backup somewhere safe.
- Load the
.binfile. - Flash only after dumping works.
- Wait for verify to complete.
A backup is both a safety copy and a connection test.
If dumping fails, flashing is not safe yet.
x3utils validators reject unsafe or suspicious files. Normal flashing requires:
- a real file path;
-
.binextension; - exactly
131072bytes; - content that is not a single repeated byte.
Windows also rejects some path characters that are unsafe for the current OpenOCD command flow.