21.10.14 set_auto_update_mode

Description

This Tcl command enables or disables auto update. This command is added to the spiflash.cfg file that is given as the parameter to the configure_spiflash command.

set_auto_update_mode {0|1}

Arguments

ParameterTypeDescription
NonebooleanIf set_auto_update_mode is 0, auto update is disabled. If set_auto_update_mode is 1, auto update is enabled.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneNone

Supported Families

PolarFire®
PolarFire SoC

Example

This example sets auto update disabled.

set_auto_update_mode {0}