#
# Main configuration file for recovery console
#
# This is sourced from a Bourne shell script

# Model name to be shown in multiple places
rc_model="HMP130"

# Compatible model for which firmware can be installed
rc_model_compat="HMP100"

# How firmware (bootloader / U-Boot) environment should be modified
# to handle switching between compatible and native modes
rc_native_del_fwenv=
rc_native_set_fwenv=speed
rc_native_set_fwenv_val=turbo
rc_compat_del_fwenv=speed
rc_compat_set_fwenv=
rc_compat_set_fwenv_val=

# DNS-SD service type for the player
rc_dns_sd_type_player="_spx-hmp"

# The vendor
rc_vendor="SpinetiX"

# The model name as shown on the web interface, often includes manufacturer
rc_web_model="SpinetiX HMP130"

# The support name (usually company or department name)
rc_support_name="SpinetiX"

# The support e-mail address
rc_support_email="support@spinetix.com"

# The prefix for the hostname (the serial number is appended)
rc_host_prefix="spx-hmp-"

# The firmware package header magic string
rc_fw_pkg_magic="SPINETIX INSTALLATION IMAGE"

# If set to "yes" the interface assumes all installable firmwares
# are zeroconf enabled, so no compatibility message is show
# NOTE: only firmware 2.1 and later can be installed on HMP130 because
# of the hardware video bus format change, so all installable firmwares
# are zeroconf enabled.
rc_fw_all_zerconf="yes"
