2 bparams_get, 3 bparams_set, 2 bparams_get 9.11.3 bparams_set – Artesyn ATCA-9305 User's Manual (May 2014) User Manual
Page 244

Management Processor Monitor
ATCA-9305 User’s Manual (10009109-07)
244
Where <bank> is either b0 or b1 for the corresponding flash bank, or b3 to boot from socket
and if a shunt is installed on J9 [1:2].
9.11.2 bparams_get
This command lists all name/value pairs stored in the IPMC storage.
Definition
bparams_get
9.11.3 bparams_set
This command stores u-boot environment settings into a non-volatile storage in the IPMC (see
Artesyn Boot Option Parameters
, parameter #100). These settings are read during
startup after the u-boot environment settings have been initialized from flash. They have
therefore higher precedence than the settings stored in flash.
Definition
To clear all parameters stored in the IPMC storage:
bparams_set 0
To add a name/value pari to the IPMC storage (omitting the value deletes the element from the
storage):
bparams_set 1 <name>[=<value>]
To clear all parameters before adding a new name/value pair:
bparams_set 2 <name>[=<value>]
Example
To redefine the boot delay:
bparams_set 1 bootdelay=-1