Skip to content

Configuration File Commands

mgong98 edited this page Oct 1, 2024 · 3 revisions

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.

--format N  : Save configuration in a specific format, where N - 0 to 3. Works along with --save option

--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

--checksum *FILE* : Read the contents of FILE and recalculate the FILE configuration checksum.
Clone this wiki locally