#########################
#       USBUpdater configuration file
#########################

# Set a default password for the admin user
CFG_ADMIN_PASSWORD="admin"

# Enable backup mode
CFG_ENABLE_BACKUP=0

# Space separated list of components to backup. Requires CFG_ENABLE_BACKUP=1
# Ex value: "data settings"
#CFG_BACKUP_COMPONENTS

# Perform an additional consistency check on generated tar.gz backup packages
CFG_CHECK_FILES=1

# By default the tool will reboot in ConfigOS before starting the update.
# Set to 1 to allow update from MainOS
CFG_ALLOW_MAINOS_UPDATE=1

# Clear the FRAM. Valid values:
#   0 - Never
#   1 - Whenever the data partition is cleared
#   2 - Always
CFG_CLEAR_FRAM=1

# Always clear settings
CFG_CLEAR_SETTINGS=0

# Restore default users with default passwords
CFG_CLEAR_USERS=0

# Preserve license folder
CFG_PRESERVE_LICENSES=1

# Set device brand code
#CFG_SET_BRAND_CODE

# Space separated list of allowed panel hardware codes
# If the parameter is set and the panel hw code is not found to be in the list the procedure will immediately fail
# Ex value: "110 111"
#CFG_ALLOWED_HWCODES

# Override panel hardware code. By default the code is automatically detected by the tool,
# avoid setting this variable if unsure
#CFG_HWCODE

# Override panel platform . By default the platform type is automatically detected by the tool,
# avoid setting this variable if unsure
# Valid values: us01 us02 us03 us04 ns01 ns02
#CFG_PLATFORM

# MainOS type
# Valid values: linux android wce7
#CFG_MAINOS_TYPE

# Enable verbose tracing of update script
#CFG_TRACE=1
