Configuration File Commands - atmel-maxtouch/mxt-app GitHub Wiki
Configuration File Commands
--load *FILE* : Upload config from FILE, write to NVRAM, and reset device. The configuration may be in .xcfg or
OBP_RAW .raw format.
--save *FILE* : Save config to FILE in either OBP_RAW .raw or .xcfg format.
Example load and save commands:
./mxt-app --load config_file.xcfg or .raw
./mxt-app --save config_file.xcfg or .raw
Example save with format:
--format N : Save configuration in a specific format, where N - 0 to 3. Works along with --save option
./mxt-app --save config_file.xcfg --format
Backup commands:
--backup[=COMMAND] : Backup configuration to NVRAM, where COMMAND is one of the following:
: 0x11 - Unfreeze or resume all operations
: 0x22 - Freeze or suspend device operations
: 0x33 - Stops the dynamic configuration controller and restores NVM settings
: 0x44 - Restores NVM settings without stopping dynamic configuration controller
: 0x55 - Backs up settings to NVM, clears lock on dynamic configuration controller
File checksum:
--checksum *FILE* : Read the contents of FILE and recalculate the FILE configuration checksum.